# DOMAIN_UNAVAILABLE

**What it means.** That domain cannot be bought here.

**What to do.** Show the person the note in details — taken, premium, or an ending the platform does not sell — and offer the alternatives in details.alternatives, or use add_domain with a domain they already own.

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

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

```json
{
  "ok": false,
  "code": "DOMAIN_UNAVAILABLE",
  "message": "That domain cannot be bought here.",
  "fix": "Show the person the note in details — taken, premium, or an ending the platform does not sell — and offer the alternatives in details.alternatives, or use add_domain with a domain they already own.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/DOMAIN_UNAVAILABLE"
}
```

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