# SITE_PAGE_PROTECTED

**What it means.** That page is part of the site itself and cannot be deleted or given a different address.

**What to do.** Edit its content instead. To take it out of the navigation, turn off nav.show. Only pages created in the console can be deleted.

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

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

```json
{
  "ok": false,
  "code": "SITE_PAGE_PROTECTED",
  "message": "That page is part of the site itself and cannot be deleted or given a different address.",
  "fix": "Edit its content instead. To take it out of the navigation, turn off nav.show. Only pages created in the console can be deleted.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/SITE_PAGE_PROTECTED"
}
```

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