---
title: "Change the volume of an active leg playback"
method: PATCH
path: "/legs/{id}/play/{playbackID}"
tags: ["Legs"]
---

# Change the volume of an active leg playback

`PATCH /legs/{id}/play/{playbackID}`

## Request body

- VolumeRequest
  - `volume` integer, required — Volume adjustment (-8 to 8, ~3dB per step, 0 = unchanged)

## Response `200`

Volume updated

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `400` — Invalid JSON or volume out of range
- `404` — Playback not found

---

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