---
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

---

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