Back to Mise

`mise uninstall`

docs/cli/uninstall.md

2026.9.21.3 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise uninstall

  • Usage: mise uninstall [FLAGS] [INSTALLED_TOOL@VERSION]…
  • Effect: destructive — may delete or irreversibly overwrite
  • Source code: src/cli/uninstall.rs

Remove installed tool versions

This only removes the installed version; it does not modify mise.toml. Use mise unuse to remove a tool from mise.toml and uninstall it.

Arguments

  • [INSTALLED_TOOL@VERSION]… — Tool(s) to remove

Flags

  • -a --all — Delete all installed versions

  • -n --dry-run — Do not actually delete anything

  • --dry-run-code — Like --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.

  • -h --help — Print help

Examples

uninstall a specific version

mise uninstall [email protected]

uninstall the current node version (if only one version is installed)

mise uninstall node

uninstall every installed version of node

mise uninstall --all node
<!-- generated reference navigation -->