Skip to content

Deployment

deployment_deployment_list

List a service's deployments, newest first.

Tool

deployment_deployment_list

List a service's deployments, newest first.

List a service's deployments in reverse-chronological order. Returns: `[{ id, status, created_at }]`, newest first. Use deployment_deployment_get to fetch full detail for one deployment, or feed an id to deployment_service_rollback.

Arguments

Name Type Required Description
serviceId uuid Service whose deployments to list.

Try it

List recent deployments for the api service.

When to use

List a service's deployments in reverse-chronological order. Returns: `[{ id, status, created_at }]`, newest first. Use deployment_deployment_get to fetch full detail for one deployment, or feed an id to deployment_service_rollback.

Example

Ask your agent something like this:

List recent deployments for the api service.

The agent will invoke deployment_deployment_list with these arguments:

{
  "serviceId": "svc-uuid"
}

Esc

Start typing to search the docs.

navigate select