Skip to content

Deployment

deployment_service_redeploy

Trigger a fresh deployment for an existing service.

Tool

deployment_service_redeploy

Trigger a fresh deployment for an existing service.

Start a new deployment for a service — rebuilds from its configured source and rolls the new revision out. Returns the new deployment id; poll deployment_deployment_get to track it.

Arguments

Name Type Required Description
serviceId uuid Service to redeploy.

Try it

Redeploy the api service.

When to use

Start a new deployment for a service — rebuilds from its configured source and rolls the new revision out. Returns the new deployment id; poll deployment_deployment_get to track it.

Example

Ask your agent something like this:

Redeploy the api service.

The agent will invoke deployment_service_redeploy with these arguments:

{
  "serviceId": "svc-uuid"
}

Esc

Start typing to search the docs.

navigate select