cURL
curl --request POST \ --url https://api.example.com/api/deployments/{id}/pause_deployment
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Set a deployment schedule to inactive. Any auto-scheduled runs still in a Scheduled state will be deleted.
The deployment id
Successful Response
Was this page helpful?