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

# command/{command}

`POST /api/command/{command}`

Run a named command, passing its arguments as a JSON array in the body.

## Request body

- unknown[]
  - unknown

## Response `200`

Command result.

## Other responses

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

## Changes

- **2026-05-30** `76b02501e0ae` — 1 info
  - endpoint added
- **2026-05-13** `34a577bdabff` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/command/:command/post.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/993fee984720/schema)
