aix command remove

aix command remove

Remove an installed slash command

Synopsis

Remove an installed slash command from one or more platforms.

By default, removes the command 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.

aix command remove <name> [flags]

Examples

  # Remove command from all platforms (with confirmation)
  aix command remove review

  # Remove command without confirmation
  aix command remove review --force

  # Remove command from a specific platform only
  aix command remove review --platform claude

  See Also:
    aix command list     - List installed commands
    aix command edit     - Edit a command definition
    aix command install  - Install a new command

Options

      --force   Skip confirmation prompt
  -h, --help    help for remove

Options inherited from parent commands

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

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026