Skip to content

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, newest first. Requires product-scoped read access. Returns: `[{ id, serviceId, status, createdAt, ... }]` — an array of deployment objects. Use deployment_deployment_get to inspect one deployment, or pass its id to deployment_service_rollback. Replace the example serviceId with your service's UUID.

Arguments

NameTypeRequiredDescription
serviceIdstringUUID of the service whose deployments to list. Replace the example UUID with yours.

Try it

List recent deployments for the api service.

When to use

List a service's deployments, newest first. Requires product-scoped read access. Returns: `[{ id, serviceId, status, createdAt, ... }]` — an array of deployment objects. Use deployment_deployment_get to inspect one deployment, or pass its id to deployment_service_rollback. Replace the example serviceId with your service's UUID.

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": "22222222-2222-4222-8222-222222222222"
}

Esc

Start typing to search the docs.

navigateselect