cURL
curl --request POST \ --url https://your-domain.com/api/client/v1/deployments/runs/{runId}/resume \ --header 'Authorization: Bearer <token>'
{ "ok": true, "run": { "id": "<string>", "status": "<string>", "queue_position": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deployment run ID.
Resumed
Show child attributes