Skip to main content
POST /api/v1/cloud/deployments/{id}/unpause Resumes a paused deployment. The deployment returns to active status, paused_reason is cleared to null, and the next trigger time is recomputed from the current time. Manual-only deployments are restored with schedule: null.

Path parameters

Headers

Request body

No request body is required.

Example request

Example response

HTTP 200 OK Returns the full Deployment object with restored active status.

Errors

See Errors for the full error envelope.

Pause a deployment

Temporarily stop scheduling while preserving configuration.

Manually trigger a deployment

Kick off a deployment run immediately.

Get a deployment

Inspect the deployment’s current status and next scheduled time.

Errors reference

All API error codes and the error envelope convention.