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

# command/{command}

`GET /api/command/{command}`

Run a command by name via GET, passing arguments as extra path segments (e.g. /api/command/Volume%20Set/50).

## Response `200`

Command result (text/plain).

## Other responses

- `404` — No command with that name exists.
- `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)
