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

# uninstall

# `fased uninstall`

Uninstall the gateway service and, if requested, the local runtime data while leaving the CLI itself installed.

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
fased uninstall
fased uninstall --all --yes
fased uninstall --service --yes
fased uninstall --state --workspace --yes
fased uninstall --dry-run
```

## 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
