---
title: "Mute or unmute an input-group member"
method: POST
path: "/api/pipewire/control/input-groups/{id}/members/{memberIndex}/mute"
tags: ["pipewire"]
---

# Mute or unmute an input-group member

`POST /api/pipewire/control/input-groups/{id}/members/{memberIndex}/mute`

Sets the mute state of a member within an input group, addressed by zero-based member index. Loopback nodes have no mute property, so mute is implemented by driving channelmix volume to 0 and unmute restores the saved member volume. Provide `mute` (bool) or `toggle: true`.

## Request body

- object

## Response `200`

Member mute state applied and persisted

- object

## Other responses

- `400` — Provide 'mute' (bool) or 'toggle': true
- `404` — Member not found in input group
- `409` — PipeWire backend not active

## Changes

- **2026-05-17** `b06d8ae6f3f2` — 1 info
  - endpoint added
- **2026-05-13** `34a577bdabff` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/pipewire/control/input-groups/:id/members/:memberIndex/mute/post.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/2d744b175449/schema)
