POST /v1/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.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Deployment ID with the dep_ prefix |
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer $QODER_PAT |
Content-Type | Yes | application/json |
Request body
No request body is required.Example request
Example response
HTTP 200 OK Returns the full Deployment object with restoredactive status.
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT invalid or expired |
| 404 | not_found_error | Deployment does not exist |
| 409 | conflict_error | Deployment is not paused |
Related
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.