---
title: "Control a Device"
method: POST
path: "/devices/{id}/control"
---

# Control a Device

`POST /devices/{id}/control`

Control a device using Api commands

## Path parameters

- `id` string, required

## Request body

- object
  - `command` 'nextpage' | 'previouspage' | 'pause/resume' | 'restart' — Executes a command based on passed parameter.

## Response `204`

204

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
