# reset # `openclaw reset` Clear local configuration and state (CLI remains). ## Overview The `openclaw reset` command clears local configuration and state while preserving the CLI installation itself. ## Examples ```bash openclaw reset openclaw reset --dry-run openclaw reset --scope config+creds+sessions --yes --non-interactive ``` ## Key Options * `--dry-run`: Preview changes without applying them * `--scope`: Specify what to reset (config, credentials, sessions) * `--yes`: Skip confirmation prompts * `--non-interactive`: Run without user interaction ## Purpose This command helps users clear their local settings and stored data while keeping the CLI tool itself installed and functional.