Work Queues
Create Work Queue
Creates a new work queue.
If a work queue with the same name already exists, an error will be raised.
post/api/work_queues/
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
- ○