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

# uninstall

> ゲートウェイサービスおよびローカルデータをアンインストールします（CLI 自体は削除されません）。補足事項を確認できます。

ゲートウェイサービスおよびローカルデータをアンインストールします（CLI 自体は削除されません）。

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

## 補足事項

* 状態ディレクトリやワークスペースを削除する前に、復元可能なスナップショットを作成しておくために、まず `openclaw backup create` を実行することを推奨します。
* `--all` を指定すると、サービス、状態、ワークスペース、アプリ（もしあれば）のすべてが削除対象となります。
* 安全のため、実際に削除を行うには `--yes` フラグが必要です（非対話モードの場合）。
