Deployments
Update Deployment Schedule
PATCH
/
api
/
deployments
/
{id}
/
schedules
/
{schedule_id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe deployment id
schedule_id
string
requiredThe schedule id
Body
application/json
The updated schedule
active
boolean | null
Whether or not the schedule is active.
schedule
object | null
The schedule for the deployment.
max_scheduled_runs
integer | null
The maximum number of scheduled runs for the schedule.
Was this page helpful?