# EDGE_NOT_UPDATED

**What it means.** The change is saved, but the edge that checks who may open the app has not caught up yet.

**What to do.** Run the same request again in a few seconds; it is safe to repeat. Until it succeeds, a key you revoked may still open the app.

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

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

```json
{
  "ok": false,
  "code": "EDGE_NOT_UPDATED",
  "message": "The change is saved, but the edge that checks who may open the app has not caught up yet.",
  "fix": "Run the same request again in a few seconds; it is safe to repeat. Until it succeeds, a key you revoked may still open the app.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/EDGE_NOT_UPDATED"
}
```

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