---
title: "Mute or unmute push notifications for a paired device"
method: PATCH
path: "/api/v1/mobile/devices/{installId}"
tags: ["mobile"]
---

# Mute or unmute push notifications for a paired device

`PATCH /api/v1/mobile/devices/{installId}`

## Path parameters

- `installId` string, required — The device's stable install id.

## Request body

- MuteDeviceRequest
  - `muted` boolean, required — True to stop sending push notifications to this device.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `503` — Service Unavailable

## Changes

- **2026-08-13** `63c119703414` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/mobile/devices/:installId/patch.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/12e46c4f4b8e/schema)
