refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,17 +1,17 @@
---
summary: "CLI reference for `moltbot uninstall` (remove gateway service + local data)"
summary: "CLI reference for `openclaw uninstall` (remove gateway service + local data)"
read_when:
- You want to remove the gateway service and/or local state
- You want a dry-run first
---
# `moltbot uninstall`
# `openclaw uninstall`
Uninstall the gateway service + local data (CLI remains).
```bash
moltbot uninstall
moltbot uninstall --all --yes
moltbot uninstall --dry-run
openclaw uninstall
openclaw uninstall --all --yes
openclaw uninstall --dry-run
```