PATCH
/
api
/
work_pools
/
{work_pool_name}
/
queues
/
{name}

Headers

x-prefect-api-version
string

Path Parameters

work_pool_name
string
required

The work pool name

name
string
required

The work pool queue name

Body

application/json
name
string | null
description
string | null
is_paused
boolean
default: false

Whether or not the work queue is paused.

concurrency_limit
integer | null
priority
integer | null
last_polled
string | null
filter
object | null
deprecated

DEPRECATED: Filter criteria for the work queue.