cURL
curl --request POST \ --url https://api.example.com/api/deployments/{id}/resume_deployment
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Set a deployment schedule to active. Runs will be scheduled immediately.
The deployment id
Successful Response
Was this page helpful?