# NOTHING_CHANGED

**What it means.** The app and its settings are identical to the live version.

**What to do.** No action needed. Change a file or a setting and re-run deploy.

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

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

```json
{
  "ok": false,
  "code": "NOTHING_CHANGED",
  "message": "The app and its settings are identical to the live version.",
  "fix": "No action needed. Change a file or a setting and re-run deploy.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/NOTHING_CHANGED"
}
```

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