Title here
Summary here
Remove an installed agent
Remove an installed agent from one or more platforms.
By default, removes the agent from all detected platforms where it is installed. Use the –platform flag to target specific platforms.
A confirmation prompt is shown before removal unless –force is specified.
Examples:
aix agent remove my-agent
aix agent remove my-agent –force
aix agent remove my-agent –platform claude
aix agent remove <name> [flags] --force Skip confirmation prompt
-h, --help help for remove --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)