Work Pools

Update Work Pool

Update a work pool

patch/api/work_pools/{name}

Path parameters

namestring required

The work pool name

The work pool name

Headers

x-prefect-api-versionstring

Request body

descriptionstring

A description of the work pool.

is_pausedboolean

Pausing the work pool stops the delivery of all work.

base_job_templateobject

The work pool's base job template.

concurrency_limitinteger

A concurrency limit for the work pool.

Response

Successful Response

Changes