# DOMAIN_SCREENING_HOLD

**What it means.** This domain is being reviewed before it can be attached.

**What to do.** No action needed. Check status again later; the owner will be emailed when review completes.

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

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

```json
{
  "ok": false,
  "code": "DOMAIN_SCREENING_HOLD",
  "message": "This domain is being reviewed before it can be attached.",
  "fix": "No action needed. Check status again later; the owner will be emailed when review completes.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/DOMAIN_SCREENING_HOLD"
}
```

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