POST /api/v1/cloud/deployments/{id}/run
Manually triggers a deployment run. The deployment must be in active status (not paused or archived). If CAS cannot create a session for the run, the returned Deployment Run has session_id: null and an error object.
Path parameters
Headers
Request body
No request body is required. Send an empty JSON object{} or omit the body.
Example request
Example response
HTTP 200 OK Returns a Deployment Run object.Response fields (Deployment Run)
Errors
See Errors for the full error envelope.
Related
Get a deployment run
Inspect the status and session ID of a single run.
List deployment runs
View the run history of this deployment.
List all runs
Query run history across all deployments.
Get a deployment
Inspect deployment configuration and next scheduled time.