Skip to main content
PATCH
Update Work Pool

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 | null
concurrency_limit
integer | null
Required range: x >= 0
storage_configuration
WorkPoolStorageConfiguration · object | null

The storage configuration for the work pool.

Response

Successful Response