Skip to main content
POST /api/v1/cloud/deployments/{id}/pause Pauses a deployment. Scheduled runs will not fire while paused. The deployment’s status becomes "paused" and paused_reason is set to {"type": "manual"}.

Path parameters

Headers

Request body

No request body is required.

Example request

Example response

HTTP 200 OK Returns the full Deployment object with updated status.

Errors

See Errors for the full error envelope.

Unpause a deployment

Resume scheduling from a paused state.

Archive a deployment

Permanently terminate the deployment.

Get a deployment

Inspect the deployment’s current status and configuration.

Errors reference

All API error codes and the error envelope convention.