Deployments
Update Deployment Schedule
patch/api/deployments/{id}/schedules/{schedule_id}
Path parameters
idstring uuid required
The deployment id
The deployment id
schedule_idstring uuid required
The schedule id
The schedule id
Headers
x-prefect-api-versionstring
Request body
Example request
{
"schedule": {
"timezone": "America/New_York"
}
}Response
Successful Response