---
title: "Update Work Pool"
method: PATCH
path: "/api/work_pools/{name}"
tags: ["Work Pools"]
---

# Update Work Pool

`PATCH /api/work_pools/{name}`

Update a work pool

## Path parameters

- `name` string, required — The work pool name

## Headers

- `x-prefect-api-version` string

## Request body

- WorkPoolUpdate — Data used by the Prefect REST API to update a work pool.
  - `description` string
  - `is_paused` boolean
  - `base_job_template` object
  - `concurrency_limit` integer

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/prefecthq/apis/untitled-api-2.md) · [All operations](https://skmtc.net/prefecthq/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prefecthq/untitled-api-2/revisions/29ba6c4f8837/schema)
