Skip to content

Uninstall

remoteclaw uninstall

Uninstall the Gateway service and/or local data. The CLI itself is not removed; uninstall it via npm/pnpm separately.

Options

FlagDefaultDescription
--servicefalseRemove the Gateway service.
--statefalseRemove state and config.
--workspacefalseRemove workspace directories.
--appfalseRemove the macOS app.
--allfalseShorthand for --service --state --workspace --app.
--yesfalseSkip confirmation prompts.
--non-interactivefalseDisable prompts; requires --yes.
--dry-runfalsePrint planned actions without removing files.

With no scope flags, an interactive multiselect prompts for which components to remove (defaults to service, state, workspace preselected).

Examples

Terminal window
remoteclaw backup create
remoteclaw uninstall
remoteclaw uninstall --service --yes --non-interactive
remoteclaw uninstall --state --workspace --yes --non-interactive
remoteclaw uninstall --all --yes
remoteclaw uninstall --dry-run

Notes

  • Run remoteclaw backup create first for a restorable snapshot before removing state or workspaces.
  • --state preserves configured workspace directories unless --workspace is also selected.