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. Class for storing the concurrency config in database.
The ID of the global concurrency limit to apply to the deployment.
Parameters for flow runs scheduled by the deployment.
The parameter schema of the flow, including defaults.
A list of deployment tags.
Examples:
["tag-1", "tag-2"]
The name of the deployment's work pool.
Examples:
"my-work-pool"
Overrides for the flow's infrastructure configuration.
Whether or not the deployment should enforce the parameter schema.
A description of this version of the deployment.
Response
Successful Response