# PHONE_BUILD_LIMIT_REACHED

**What it means.** This account has made the 10 Android builds a month its plan includes, so this one was not started.

**What to do.** Nothing was built and nothing was charged. Tell the person the account can build again from the first day of next month (details.resets_at). Live apps are not affected, files from earlier builds are unaffected, and 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": "PHONE_BUILD_LIMIT_REACHED",
  "message": "This account has made the 10 Android builds a month its plan includes, so this one was not started.",
  "fix": "Nothing was built and nothing was charged. Tell the person the account can build again from the first day of next month (details.resets_at). Live apps are not affected, files from earlier builds are unaffected, and no code change will help.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/PHONE_BUILD_LIMIT_REACHED"
}
```

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