genesis 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:
genesis backup create
genesis uninstall
genesis uninstall --service --yes --non-interactive
genesis uninstall --state --workspace --yes --non-interactive
genesis uninstall --all --yes
genesis uninstall --dry-run
Notes:
- Run
genesis backup createfirst if you want a restorable snapshot before removing state or workspaces. --allis shorthand for removing service, state, workspace, and app together.--non-interactiverequires--yes.