---
title: "Modify a delivery pool"
method: PATCH
path: "/delivery/pools/{deliveryPoolId}"
tags: ["Delivery Pools API", "publicly-accessible"]
---

# Modify a delivery pool

`PATCH /delivery/pools/{deliveryPoolId}`

Modify a delivery pool, changing its name, restaurants or both

## Request body

- PatchDeliveryPool
  - `name` string — The name of the pool, used by operations teams, in reports, etc.
  - `restaurants` number[] — A list of Just Eat restaurant ids served by the delivery pool.

## Response `202`

Pool has been updated

- object
  - `name` string — The name of the pool, used by operations teams, in reports, etc.
  - `restaurants` number[] — A list of Just Eat restaurant ids served by the delivery pool.

## Other responses

- `400` — There was something invalid in your request - check response body for details
- `404` — The pool could not be found
- `409` — A restaurant in your request already belongs to another pool
- `500` — Internal Server Error

---

[API](https://skmtc.net/just-eat/apis/just-eat-api.md) · [All operations](https://skmtc.net/just-eat/apis/just-eat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/just-eat/just-eat-api/versions/4b25c7d97a53/schema)
