deployment_deployment_get
Fetch the status of a single deployment.
Get a deployment by its UUID. Requires product-scoped read access. Returns: `{ id, serviceId, status, createdAt, lastErrorMessage, ... }` — a deployment object. The status is one of Initializing, Building, Deploying, Active, Replaced, Crashed, Completed, Failed, Removed, Sleeping, Stopped, or WakeFailed. Use deployment_deployment_list to find the id. Replace the example UUID with the deployment id you want to inspect.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | UUID of the deployment to inspect. Replace the example UUID with yours. |
Try it
Check the status of deployment 33333333-3333-4333-8333-333333333333.