Skip to content

mxr reset

Generated from mxr reset --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Destroy local mxr runtime state after stopping the daemon. Preserves config.toml and credentials by default. Use –including-config to also delete config.toml. Destructive; use –dry-run to preview

mxr reset [OPTIONS] --hard
Flag Description
--hard Required explicit scope marker for destructive execution
--dry-run Show the exact reset plan without deleting anything
--including-config Also delete config.toml. Credentials/keychain remain preserved
--yes-i-understand-this-destroys-local-state Required for non-interactive destructive execution only
-h, --help Print help

Preview or wipe local runtime state while preserving credentials by default.

Terminal window
mxr reset --hard --dry-run