# DOMAIN_DNS_PENDING

**What it means.** The DNS record for this domain has not been seen yet.

**What to do.** Add the CNAME record in dns_records at the domain's DNS provider, then check status again.

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

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

```json
{
  "ok": false,
  "code": "DOMAIN_DNS_PENDING",
  "message": "The DNS record for this domain has not been seen yet.",
  "fix": "Add the CNAME record in dns_records at the domain's DNS provider, then check status again.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/DOMAIN_DNS_PENDING"
}
```

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