Deleting a Helm release

You can uninstall a IBM® Business Automation Insights release by deleting it.

Procedure

If you need to uninstall the deployed release, run the delete command on the Helm command line.
$ helm delete my-release --purge
The command removes all the Kubernetes components that are associated with the chart and deletes the release.
Note: If your IBM Business Automation Insights Helm release was using embedded Elasticsearch and Kibana (rather than an external Elasticsearch installation), deleting the release does not delete the persistent volume claims (PVC) that were created by the Elasticsearch StatefulSet. This behavior allows you to deploy the chart again with the same release name and keep your Elasticsearch data (indexes and documents). However, if you want to erase everything, you must delete the persistent volume claims manually.