Deployments
Update Deployment
patch/api/deployments/{id}
Path parameters
idstring uuid required
The deployment id
The deployment id
Headers
x-prefect-api-versionstring
Request body
Example request
{
"schedule": {
"timezone": "America/New_York"
},
"schedules": [
{
"schedule": {
"timezone": "America/New_York"
}
}
],
"tags": [
"tag-1",
"tag-2"
],
"work_pool_name": "my-work-pool"
}Response
Successful Response