Edge for Private Cloud v. 4.16.09
To uninstall a component, use the apigee-service utility in the form:
> /<inst_root>/apigee/apigee-service/bin/apigee-service compName uninstall
where compName is one of the following: edge-management-server, edge-ui, edge-router, edge-message-processor, edge-qpid-server, edge-postgres-server, apigee-zookeeper, apigee-cassandra, apigee-openldap, apigee-qpidd, apigee-postgresql.
For example, to uninstall the Edge UI:
> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-ui uninstall
To uninstall all Apigee components on the node, uninstall the apigee-service utility:
> /opt/apigee/apigee-service/bin/apigee-service apigee-service uninstall
This command does not delete any data or log files. It only deletes the components.
If you want to completely remove Edge from your system:
- Stop all Edge services running on the machine:
> /opt/apigee/apigee-service/bin/apigee-all stop - Clear the yum cache:
> sudo yum clean all - Remove all the Apigee RPMs:
> sudo rpm -e $(rpm -qa | egrep "(apigee-|edge-|baas)") - Remove the installation root directory:
> sudo rm -rf /opt/apigee - Remove the Nginx directory:
> sudo rm -rf /opt/nginx