# APP_PAUSED

**What it means.** This app is paused, so it cannot answer right now.

**What to do.** Nothing is lost: when it comes back, it is exactly as it was. If the app is yours, your Uarpie dashboard says why it is paused and how to bring it back.

- HTTP status: 503
- Retryable after applying the fix: yes

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

```json
{
  "ok": false,
  "code": "APP_PAUSED",
  "message": "This app is paused, so it cannot answer right now.",
  "fix": "Nothing is lost: when it comes back, it is exactly as it was. If the app is yours, your Uarpie dashboard says why it is paused and how to bring it back.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/APP_PAUSED"
}
```

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