> ## Documentation Index
> Fetch the complete documentation index at: https://zju-a00451d9-feat-personal-agent-team.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# uninstall

# `velaclaw uninstall`

Uninstall the gateway service + local data (CLI remains).

Options:

* `--service`: remove the gateway service
* `--state`: remove state and config
* `--workspace`: remove workspace directories
* `--app`: remove the macOS app
* `--all`: remove service, state, workspace, and app
* `--yes`: skip confirmation prompts
* `--non-interactive`: disable prompts; requires `--yes`
* `--dry-run`: print actions without removing files

Examples:

```bash theme={null}
velaclaw backup create
velaclaw uninstall
velaclaw uninstall --service --yes --non-interactive
velaclaw uninstall --state --workspace --yes --non-interactive
velaclaw uninstall --all --yes
velaclaw uninstall --dry-run
```

Notes:

* Run `velaclaw backup create` first if you want a restorable snapshot before removing state or workspaces.
* `--all` is shorthand for removing service, state, workspace, and app together.
* `--non-interactive` requires `--yes`.
