uv-self
Manage the uv installation itself
TLDR
Update uv to the latest version
$ uv self update
Update uv to a specific version$ uv self update [0.6.0]
Uninstall uv$ uv self uninstall
SYNOPSIS
uv self command [options]
DESCRIPTION
uv self manages the uv installation itself. Use to update uv to the latest version, update to a specific version, or uninstall uv entirely. The update command downloads the new binary and replaces the current installation in place.
PARAMETERS
update
Update uv to the latest version, or to a specified version.uninstall
Uninstall uv.--target-version version
Update to a specific version (used with update subcommand).
SEE ALSO
uv(1), uv-version(1), uv-pip(1), uv-tool(1), pip(1)
