---
title: "Send Command"
method: POST
path: "/api/v1/workflow/dashboard/commands"
tags: ["WORKFLOW_DASHBOARD"]
deprecated: true
---

# Send Command

`POST /api/v1/workflow/dashboard/commands`

> **Deprecated.**

## Request body

- CommandCreateRequest
  - `command` string, required
  - `payload` object, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
