Files

18 lines
415 B
Markdown
Raw Permalink Normal View History

2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "CLI reference for `openclaw reset` (reset local state/config)"
2026-01-15 06:12:54 +00:00
read_when:
- You want to wipe local state while keeping the CLI installed
- You want a dry-run of what would be removed
title: "reset"
2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
# `openclaw reset`
2026-01-15 06:12:54 +00:00
Reset local config/state (keeps the CLI installed).
```bash
2026-01-30 03:15:10 +01:00
openclaw reset
openclaw reset --dry-run
openclaw reset --scope config+creds+sessions --yes --non-interactive
2026-01-15 06:12:54 +00:00
```