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

Headers

x-prefect-api-version
string

Path Parameters

name
string
required

The work pool name

Body

application/json

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

description
string | null
is_paused
boolean | null
base_job_template
Base Job Template · object
concurrency_limit
integer | null
Required range: x >= 0
storage_configuration
WorkPoolStorageConfiguration · object

The storage configuration for the work pool.

Response

Successful Response