2026-01-15 06:12:54 +00:00
|
|
|
---
|
2026-01-30 03:15:10 +01:00
|
|
|
summary: "CLI reference for `openclaw uninstall` (remove gateway service + local data)"
|
2026-01-15 06:12:54 +00:00
|
|
|
read_when:
|
|
|
|
|
- You want to remove the gateway service and/or local state
|
|
|
|
|
- You want a dry-run first
|
2026-01-31 16:04:03 -05:00
|
|
|
title: "uninstall"
|
2026-01-15 06:12:54 +00:00
|
|
|
---
|
|
|
|
|
|
2026-01-30 03:15:10 +01:00
|
|
|
# `openclaw uninstall`
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
|
|
|
Uninstall the gateway service + local data (CLI remains).
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
openclaw uninstall
|
|
|
|
|
openclaw uninstall --all --yes
|
|
|
|
|
openclaw uninstall --dry-run
|
2026-01-15 06:12:54 +00:00
|
|
|
```
|