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

> CLI는 남겨 둔 채 local config와 state를 지우는 `openclaw reset` 사용법과 scope 예시를 간단히 정리합니다.

# reset

# `openclaw reset`

local config와 state를 초기화합니다. (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
```

local state를 지우기 전에 복원 가능한 snapshot이 필요하다면 먼저 `openclaw backup create`를 실행하세요.
