Work Pools
Create Work Queue
Creates a new work pool queue. If a work pool queue with the same name already exists, an error will be raised.
post/api/work_pools/{work_pool_name}/queues
Path parameters
work_pool_namestring required
The work pool name
The work pool name
Headers
x-prefect-api-versionstring
Request body
Response
Successful Response
Changes
Changed in 2 of the 50 revisions of this API.111
- ▲
the request property
namebecame requiredrequest-property-became-required
- ●
the
priorityrequest property's min was set to1.00request-property-min-set
- ▲
- ○
added the optional property
statusto the response with the201statusresponse-optional-property-added
- ○