Skip to content

mise uninstall [OPTIONS] [INSTALLED_TOOL@VERSION]...

Aliases: remove, rm

text
Removes runtime versions

Usage: uninstall [OPTIONS] [INSTALLED_TOOL@VERSION]...

Arguments:
  [INSTALLED_TOOL@VERSION]...
          Tool(s) to remove

Options:
  -a, --all
          Delete all installed versions

  -n, --dry-run
          Do not actually delete anything

Examples:

    $ mise uninstall [email protected] # will uninstall specific version
    $ mise uninstall node        # will uninstall current node version
    $ mise uninstall --all [email protected] # will uninstall all node versions

Licensed under the MIT License. Maintained by @jdx and friends.