# PLAN_LIMIT_REACHED

**What it means.** The account's plan does not allow this.

**What to do.** The owner can upgrade the plan in the dashboard, or remove an existing project.

- 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": "PLAN_LIMIT_REACHED",
  "message": "The account's plan does not allow this.",
  "fix": "The owner can upgrade the plan in the dashboard, or remove an existing project.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/PLAN_LIMIT_REACHED"
}
```

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