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
FlagDescription
--hardRequired explicit scope marker for destructive execution
--dry-runShow the exact reset plan without deleting anything
--including-configAlso delete config.toml. Credentials/keychain remain preserved
--yes-i-understand-this-destroys-local-stateRequired for non-interactive destructive execution only
-h, --helpPrint help

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

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