Work Pools
Update Work Queue
Update a work pool queue
PATCH
/
api
/
work_pools
/
{work_pool_name}
/
queues
/
{name}
Headers
x-prefect-api-version
string
Path Parameters
work_pool_name
string
requiredThe work pool name
name
string
requiredThe work pool queue name
Body
application/json
Data used by the Prefect REST API to update a work queue.
name
string | null
description
string | null
is_paused
boolean
default: falseWhether or not the work queue is paused.
concurrency_limit
integer | null
priority
integer | null
last_polled
string | null
filter
object | null
deprecatedDEPRECATED: Filter criteria for the work queue.
Was this page helpful?