# SPEND_CAP_REACHED

**What it means.** This app is paused because it reached the account's spending limit.

**What to do.** The owner can raise or turn off the limit in the dashboard. No code change will help.

- HTTP status: 403
- Retryable after applying the fix: no

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

```json
{
  "ok": false,
  "code": "SPEND_CAP_REACHED",
  "message": "This app is paused because it reached the account's spending limit.",
  "fix": "The owner can raise or turn off the limit in the dashboard. No code change will help.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/SPEND_CAP_REACHED"
}
```

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