Skip to main content

Uninstalling IDHub

Uninstall IDHub Instance

Run the following command on your K8 cluster, to uninstall the IDHub instance.

helm uninstall idhub -n <IDHUB_INSTANCE>
info

<IDHUB_INSTANCE>: Namespace of IDHub.

Uninstall Data Store

Run the following command on your K8 cluster, to uninstall the data stores.

Kubectl delete <DATASTORE_NAMESPACE_PREFIX>-<datastore>
info
  • <DATASTORE_NAMESPACE_PREFIX> is the prefix that you have used to install the data stores.
  • <datastore> are elk, kafka, minio, mongo and postgres for which you will have to run the above command separately for each one of them.