Work Queues

Update Work Queue

Updates an existing work queue.

patch/api/work_queues/{id}

Path parameters

idstring uuid required

The work queue id

The work queue id

Headers

x-prefect-api-versionstring

Request body

namestring

The name of the work queue.

descriptionstring

An optional description for the work queue.

is_pausedboolean

Whether or not the work queue is paused.

concurrency_limitinteger

An optional concurrency limit for the work queue.

priorityinteger

The queue's priority. Lower values are higher priority (1 is the highest).

last_polledstring date-time

The last time an agent polled this queue for work.

Response

Successful Response

Changes