Skip to main content
PATCH
/
api
/
work_queues
/
{id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The 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:false

Whether or not the work queue is paused.

concurrency_limit
integer | null
Required range: x >= 0
priority
integer | null
Required range: x > 0
last_polled
string<date-time> | null
filter
QueueFilter · object
deprecated

DEPRECATED: Filter criteria for the work queue.

Response

Successful Response