Rustup: Removing toolchains

Created on 1 Mar 2018  路  3Comments  路  Source: rust-lang/rustup

I couldn't find any nice way of removing a toolchain once I'm done with it. For example, if I just downloaded a nightly version to play around with some unstable API, but it's not something I want to keep using going forward, so I'd like to just delete the nightly toolchain again.

Is this possible as-is, and I just missed it?

Most helpful comment

I think you are looking for :
rustup toolchain uninstall XXX

All 3 comments

I think you are looking for :
rustup toolchain uninstall XXX

Gotcha, thanks! I wasn't aware the subcommands had their own help pages, which is why I couldn't find it.

No worries, please close this issue

Was this page helpful?
0 / 5 - 0 ratings