docs/cli/uninstall.md
mise uninstallmise uninstall [FLAGS] [INSTALLED_TOOL@VERSION]…src/cli/uninstall.rsRemoves installed tool versions
This only removes the installed version, it does not modify mise.toml.
[INSTALLED_TOOL@VERSION]…Tool(s) to remove
-a --allDelete all installed versions
-n --dry-runDo not actually delete anything
--dry-run-codeLike --dry-run but exits with code 1 if there are tools to uninstall
This is useful for scripts to check if tools need to be uninstalled.
Examples:
# will uninstall specific version
$ mise uninstall [email protected]
# will uninstall the current node version (if only one version is installed)
$ mise uninstall node
# will uninstall all installed versions of node
$ mise uninstall --all [email protected] # will uninstall all node versions