# PROJECT_EXPIRED

**What it means.** This app was never claimed and has been removed.

**What to do.** Re-run deploy to create it again, then open the link and choose "keep this app".

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

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

```json
{
  "ok": false,
  "code": "PROJECT_EXPIRED",
  "message": "This app was never claimed and has been removed.",
  "fix": "Re-run deploy to create it again, then open the link and choose \"keep this app\".",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/PROJECT_EXPIRED"
}
```

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