---
title: "Update Volume"
method: PATCH
path: "/apps/{appId}/volumes/{volumeId}"
tags: ["Volumes"]
---

# Update Volume

`PATCH /apps/{appId}/volumes/{volumeId}`

Partially updates a volume template's configuration including name and size. Only provided fields will be updated.

## Path parameters

- `appId` string, required
- `volumeId` string, required

## Request body

- PatchVolumeRequest
  - `name` string, nullable
  - `size` integer, nullable

## Response `200`

Volume was successfully updated.

- UpdateVolumeResponse
  - `name` string
  - `size` number, double

## Other responses

- `400` — Invalid input.
- `401` — User is unauthorized.
- `404` — Volume template not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
