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

> Gateway service와 local data를 제거하되 CLI binary는 남겨 두는 `openclaw uninstall` 사용법과 dry-run 예시를 정리합니다.

# uninstall

# `openclaw uninstall`

gateway service와 local data를 제거합니다. (CLI는 유지)

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw backup create
openclaw uninstall
openclaw uninstall --all --yes
openclaw uninstall --dry-run
```

state나 workspace를 제거하기 전에 복원 가능한 snapshot이 필요하다면 먼저 `openclaw backup create`를 실행하세요.
