Uninstall PX-Central on-premises


If you installed PX-Central using Helm, you can use Helm to uninstall it as well.

Prerequisites

Ensure the PX-Central is installed.

Uninstall

  1. Delete the Helm chart.

    helm delete <release-name> --namespace <namespace>
  2. Clean up secrets and the PVC created by PX-Backup.

    kubectl delete ns <namespace>

Last edited: Friday, Jul 23, 2021