v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-08170291390.5 KB
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
descriptionstring
is_pausedboolean

Whether or not the work queue is paused.

concurrency_limitinteger
priorityinteger
last_polledstring date-time

Response

Successful Response