---
title: "Acknowledge Command"
method: POST
path: "/api/v1/workflow/agent/commands/{command_id}/ack"
tags: ["WORKFLOW_AGENT"]
deprecated: true
---

# Acknowledge Command

`POST /api/v1/workflow/agent/commands/{command_id}/ack`

> **Deprecated.**

Agent reports command execution result.

## Path parameters

- `command_id` string, required

## Request body

- CommandAckRequest
  - `status` string
  - `result` object, nullable
  - `error` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
