Skip to main content
Reserved — this name is approved and frozen, but the production route is not yet built. A full reference implementation exists in the sandbox — see the servers entry and x-sandbox extension in the spec.

POST /api/v1/docks/{dockId}/commands

  • Gate: session
  • Read-only: false
  • Destructive: true
  • Idempotent: true

Parameters

Request body

Example

Responses

202 — Command queued.

400 — command missing or not one of the closed enum values, or Idempotency-Key missing.

401 — Not signed in.

403 — Demo mode is read-only, or the caller lacks entitlement on this dock.

404 — No such dock.

409 — The dock already has a command in flight, or Idempotency-Key was reused with a different request body.

429 — Too many requests from this IP.

503 — The command channel is fail-closed unavailable.

Errors