Uninstalling Cloudify


Get the latest docs

You are looking at documentation for an older release. Not what you want? Go to the current release documentation.

In the event that you need to uninstall Cloudify, use the following procedure that is relevant to your platform.
Uninstalling the package does not remove Python, pip or Virtualenv.

You can also remove an instance of Cloudify Manager using the teardown command in the CLI.

Uninstall Cloudify from CentOS/RHEL

  • From a terminal command prompt, run the following:
      
         $ rpm -e cloudify
           

Uninstall Cloudify from Debian/Ubuntu

  • From a terminal command prompt, run the following:
      
         sudo dpkg -r cloudify
           

Uninstall Cloudify from Windows

  1. Open Programs from the Control Panel.
  2. Select Cloudify CLI, then click Uninstall.