PATCH
/
api
/
work_queues
/
{id}

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The work queue id

Body

application/json

Data used by the Prefect REST API to update a work queue.

concurrency_limit
integer | null
Required range: x > 0
description
string | null
filter
object | null
deprecated

DEPRECATED: Filter criteria for the work queue.

is_paused
boolean
default:
false

Whether or not the work queue is paused.

last_polled
string | null
name
string | null
priority
integer | null
Required range: x > 0