> ## Documentation Index
> Fetch the complete documentation index at: https://openclawdoc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# reset

> ローカルの設定/状態をリセットします (CLI のインストールを維持します)。ローカル状態を削除する前に復元可能なスナップショットが必要な場合は、最初に openclaw backup create を実行します。

ローカルの設定/状態をリセットします (CLI のインストールを維持します)。

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw backup create
openclaw reset
openclaw reset --dry-run
openclaw reset --scope config+creds+sessions --yes --non-interactive
```

ローカル状態を削除する前に復元可能なスナップショットが必要な場合は、最初に `openclaw backup create` を実行します。
