Uninstalling Watson Explorer oneWEX on IBM Cloud Private

You can uninstall IBM Watson® Explorer oneWEX on IBM® Cloud Private (ICP).

Procedure

  1. Log in to the ICP console.
  2. Go to Helm Releases menu.
  3. Remove the release of oneWEX.
  4. Run the following commands to delete PersistentVolumeClaim and PersistentVolume of the release if they remain.
    kubectl delete pvc -l app=<YOUR_RELEASE>
    kubectl delete pv <PV_USED_BY_THE RELEASE>
  5. Delete the directories used by the PersistentVolumes if you manually created the PersistentVolumes and they exist.