# DOMAIN_QUOTE_EXPIRED

**What it means.** That price quote is no longer current.

**What to do.** Call buy_domain again without quote_id for a fresh quote, show the person the new confirmation sentence, and retry with the new quote_id once they say yes.

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

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

```json
{
  "ok": false,
  "code": "DOMAIN_QUOTE_EXPIRED",
  "message": "That price quote is no longer current.",
  "fix": "Call buy_domain again without quote_id for a fresh quote, show the person the new confirmation sentence, and retry with the new quote_id once they say yes.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/DOMAIN_QUOTE_EXPIRED"
}
```

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