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 a plugin

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 cmake
MIT LicenseCopyright © 2026jdx.dev