---
title: "Set Volume"
method: POST
path: "/ext/music/volume"
tags: ["Music"]
---

# Set Volume

`POST /ext/music/volume`

Set the volume for the music player at the specified zone_id.

## Request body

- object
  - `zone_id` integer — Numeric ID of the zone to access.
  - `volume` integer — Volume level from 0-100.

## Response `200`

The request was successful.

- Success
  - `success` boolean

## Other responses

- `default` — An error occurred.

---

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