cURL
curl --request PATCH \ --url https://api.example.com/api/work_pools/{work_pool_name}/queues/{name} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "is_paused": false, "concurrency_limit": 1, "priority": 1, "last_polled": "2023-11-07T05:31:56Z", "filter": { "tags": [ "<string>" ], "deployment_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update a work pool queue
The work pool name
The work pool queue name
Data used by the Prefect REST API to update a work queue.
Whether or not the work queue is paused.
x >= 0
x > 0
DEPRECATED: Filter criteria for the work queue.
Show child attributes
Successful Response
Was this page helpful?