Skip to main content

Execute a proposed operations action on behalf of the authenticated user. The server applies the action's effect immedia

POST 

/api/v1/deployments/:deployment_id/actions/:action_id/execute

Execute a proposed operations action on behalf of the authenticated user. The server applies the action's effect immediately and synchronously, then marks the action as manually_executed. Only proposed actions with an action_type in the server's executable set can be executed via this endpoint. Current executable action types: pause — triggers the same logic as deployments.pause, transitioning the deployment to paused status. The call returns immediately with the updated action record; it does NOT poll for downstream propagation. Callers that need to observe the deployment's new status should follow up with deployments.get.

Request

Responses

Success