NAME

gcloud beta topic uninstall - supplementary help for uninstalling Google Cloud CLI

DESCRIPTION

Uninstalling Google Cloud CLI

Note: For installations completed using an OS package (such as apt-get, yum, etc.), uninstall Google Cloud CLI via the OS package manager.

Note: For Windows installations, execute the uninstaller.exe found under your Google Cloud CLI directory.

To completely remove Google Cloud CLI, follow these instructions:

$ gcloud info --format="value(installation.sdk_root)"

$ gcloud info --format="value(config.paths.global_config_dir)"

$ find ~/Library/Caches/ -type d -name "google-cloud-sdk" | xargs \ rm -r

NOTES

This command is currently in beta and might change without notice. These variants are also available:

$ gcloud topic uninstall

$ gcloud alpha topic uninstall