---
title: "command"
method: POST
path: "/api/command"
tags: ["command"]
---

# command

`POST /api/command`

Run a command described by the posted JSON object (with `command` and `args`).

## Request body

- object

## Response `200`

Command result.

## Other responses

- `500` — The command errored or timed out.

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
