Work Queues
Update Work Queue
Updates an existing work queue.
PATCH
/
api
/
work_queues
/
{id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe work queue id
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?