---
title: "Mute or unmute a routing path"
method: POST
path: "/api/pipewire/control/routing/{inputGroupId}/{outputGroupId}/mute"
tags: ["pipewire"]
---

# Mute or unmute a routing path

`POST /api/pipewire/control/routing/{inputGroupId}/{outputGroupId}/mute`

Sets the mute state of a single input-group to output-group routing path. Mute drives the routing channelmix volume to 0; unmute restores the saved per-path volume. Provide `mute` (bool) or `toggle: true`. Persisted to the input-group routing config.

## Request body

- object

## Response `200`

Route mute state applied and persisted

- object

## Other responses

- `400` — Provide 'mute' (bool) or 'toggle': true
- `409` — PipeWire backend not active

---

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