---
title: "Sends a collection of commands to devices."
method: POST
path: "/devices/commands"
tags: ["Devices"]
---

# Sends a collection of commands to devices.

`POST /devices/commands`

## Request body

- DeviceCommand[]
  - `deviceId` string, nullable
  - `commands` Command[], nullable
    - `name` string, nullable
    - `arg` string, nullable

## Response `204`

No Content

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
