Skip to main content
Version: 2.11

Uninstall Portworx Central on-premises

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

Prerequisites​

Ensure the Portworx Central is installed.

Uninstall​

  1. Delete the Helm chart.

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

    kubectl delete ns <namespace>
In this topic: