DOMAIN_ORDER_IN_PROGRESS

What it means. A domain is already being bought for this app.

What to do. Wait for it to finish; read it with GET /v1/projects/{id}/domains/orders. One domain order at a time per app.

  • HTTP status: 409
  • Retryable after applying the fix: yes

Every failure from the CLI or an MCP tool has this shape:

{
  "ok": false,
  "code": "DOMAIN_ORDER_IN_PROGRESS",
  "message": "A domain is already being bought for this app.",
  "fix": "Wait for it to finish; read it with GET /v1/projects/{id}/domains/orders. One domain order at a time per app.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/DOMAIN_ORDER_IN_PROGRESS"
}

Apply fix (edit file when it is given), then run the same command again.