Work Pools
Update Work Pool
Update a work pool
PATCH
/
api
/
work_pools
/
{name}
Headers
x-prefect-api-version
string
Path Parameters
name
string
requiredThe 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
object | null
concurrency_limit
integer | null
Was this page helpful?