# RELEASE_QUOTE_EXPIRED

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

**What to do.** Call estimate_release again for a fresh quote, show the person the new amount, and retry with it.

- 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": "RELEASE_QUOTE_EXPIRED",
  "message": "That price quote is no longer current.",
  "fix": "Call estimate_release again for a fresh quote, show the person the new amount, and retry with it.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/RELEASE_QUOTE_EXPIRED"
}
```

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