How do I uninstall Google Cloud SDK in Windows

gcloud, google-app-engine, uninstallation, windows

Solution

On the latest SDK, Under "C:\Program Files (x86)\Google\Cloud SDK" you should find an uninstaller (uninstaller.exe). Just execute it.

Problem

I have installed the Google Cloud SDK in Windows 7 as instructed in the Google Cloud SDK document. And its installed in `C:\Program Files\Google\Cloud SDK`. But I haven't seen any option to completely uninstall this SDK in windows control panel.

Original source

Related problems