Uninstalling Vertica Pulse 

Uninstalling Vertica Pulse on hosts and uninstalling Pulse packages require different procedures.

Uninstall Vertica Pulse on Your Hosts

As the dbadmin, run the uninstall script from the node on which you installed the Pulse package:

        bash /opt/vertica/packages/pulse/uninstall.sh 
      

The uninstall script removes all Pulse functions, but does not remove the pulse schema containing the user-dictionary and mapping tables.

To remove all Pulse dictionaries and mappings, including custom dictionaries, include the -r parameter

        bash /opt/vertica/packages/pulse/uninstall.sh -r 
      

Uninstall Pulse Packages

To uninstall the Pulse package, on the nodes that have the Pulse package installed, use the appropriate command for your package.

The Pulse schema and associated user-dictionary and mapping tables remain in the database. To remove the Pulse schema and its associated tables, run the following command:

DROP SCHEMA pulse CASCADE