Deployments
Update Deployment
PATCH
Headers
Path Parameters
The deployment id
Body
application/json
Data used by the Prefect REST API to update a deployment.
Whether or not the deployment is paused.
A list of schedules for the deployment.
The deployment's concurrency limit.
Required range:
x > 0
The deployment's concurrency options.
Parameters for flow runs scheduled by the deployment.
The parameter schema of the flow, including defaults.
A list of deployment tags.
Example:
["tag-1", "tag-2"]
The name of the deployment's work pool.
Example:
"my-work-pool"
Overrides for the flow's infrastructure configuration.
Whether or not the deployment should enforce the parameter schema.
Response
204
_mintlify/placeholder
Successful Response
Was this page helpful?