Skip to content

mise plugins uninstall

  • Usage: mise plugins uninstall [-a --all] [-p --purge] [PLUGIN]…
  • Aliases: remove, rm
  • Effect: destructive — may delete or irreversibly overwrite
  • Source code: src/cli/plugins/uninstall.rs

Remove an installed plugin

Tool installations are retained by default. Pass --purge to also remove installs, downloads, and cache associated with the selected plugins.

Arguments

  • [PLUGIN]… — Plugin(s) to remove

Flags

  • -a --all — Remove all plugins
  • -p --purge — Also remove the plugin's installs, downloads, and cache
  • -h --help — Print help

Examples

mise plugins uninstall my-tool
MIT LicenseCopyright © 2026jdx.dev