Skip to main content
Skip table of contents

Uninstall vCenter Proxy

Follow these steps to uninstall the vCenter Proxy:

GUI: Go to your Control Panel, select Programs and Features (or Add/Remove Programs), and uninstall the “Cloudamize Proxy” program.

Command-line: 

  • The following command will uninstall the Cloudamize Proxy quietly. Run it as administrator.
    • msiexec /x msi_file /qn
    • e.g., msiexec /x CloudamizeProxy.msi /qn
  • The following command will uninstall the Cloudamize Proxy via WMI
    • wmic product where name="Cloudamize Proxy" call uninstall

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.