Skip to content

deployment_deployment_get

Fetch the status of a single deployment.

Tool

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

NameTypeRequiredDescription
idstringUUID of the deployment to inspect. Replace the example UUID with yours.

Try it

Check the status of deployment 33333333-3333-4333-8333-333333333333.

When to use

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.

Example

Ask your agent something like this:

Check the status of deployment 33333333-3333-4333-8333-333333333333.

The agent will invoke deployment_deployment_get with these arguments:

{
  "id": "33333333-3333-4333-8333-333333333333"
}

Esc

Start typing to search the docs.

navigateselect