Deployments
Pause Deployment
Set a deployment schedule to inactive. Any auto-scheduled runs still in a Scheduled state will be deleted.
POST
/
api
/
deployments
/
{id}
/
pause_deployment
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe deployment id
Response
200 - application/json
The response is of type any
.
Was this page helpful?