Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw uninstall — DefenseClaw

Overview

defenseclaw uninstall — Uninstall DefenseClaw (reversibly by default).

Reference

Synopsis

defenseclaw uninstall [OPTIONS]

Description

Uninstall DefenseClaw (reversibly by default)

Options

FlagTypeDefaultEnv varRequiredDescription
--allbooleannoAlso delete ~/.defenseclaw (audit log, config, secrets).
--binariesbooleannoAdditionally remove the defenseclaw + defenseclaw-gateway binaries from ~/.local/bin.
--keep-openclawbooleannoDo NOT revert ~/.openclaw/openclaw.json or remove the plugin.
--dry-runbooleannoShow what would happen without touching the system.
--yesbooleannoSkip the confirmation prompt.

Usage

Preview removal

defenseclaw uninstall --dry-run

Dry-run prints the paths and binaries that would be removed.

Remove DefenseClaw state

defenseclaw uninstall --all --yes
defenseclaw uninstall --binaries --keep-openclaw --yes

--all removes local DefenseClaw state; --keep-openclaw preserves the OpenClaw installation when removing binaries.

Related