# DEPLOY_LIMIT_REACHED

**What it means.** This address has reached today's limit for deploying without an account.

**What to do.** Run `uarpie login` (free: the person approves it in their browser) and deploy again; deploys from a signed-in account are not limited this way. Otherwise wait for the number of seconds in details.retry_after.

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

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

```json
{
  "ok": false,
  "code": "DEPLOY_LIMIT_REACHED",
  "message": "This address has reached today's limit for deploying without an account.",
  "fix": "Run `uarpie login` (free: the person approves it in their browser) and deploy again; deploys from a signed-in account are not limited this way. Otherwise wait for the number of seconds in details.retry_after.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/DEPLOY_LIMIT_REACHED"
}
```

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