Releases
July 11, 2024
0.2.49
Features
- Added graph with number of containers running over time to the dashboard
- Added support for invoking latest deployment with
/latest
URL suffix - Added CLI command to delete deployments
- Added
beam machine list
command to show available GPUs - Added copyable stub and deployment IDs to deployment detail page in dashboard
Bug Fixes
beam serve
cURL request is now formatted properly, even if the terminal window is smallbeam login
will display the browser URL in your shell, in case the browser doesn’t automatically open- Fixed Autoscaler initialization issue
/task
API with invalid task ID now returns a 400
Upgrade to the latest CLI:
Show Available GPUs With beam machine list
This command shows you the current GPUs available at any given moment.
Delete Deployments With the CLI
You can delete deployments using the CLI with the beam deployment delete
command.
View Containers Running Over Time
In the Metrics section of the dashboard, you can view a historical graph of all containers running over time.
Versioned URLs Added to V2
Deployment URLs on V2 now support the same versioning scheme as V1:
/v3
-> invokes version 3/
-> invokes latest Version/latest
-> invokes latest Version
Was this page helpful?