Skip to main content
Version: 2.6

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 delete <release-name> --namespace <namespace>
  2. Clean up secrets and the PVC created by Portworx Backup.

    kubectl delete ns <namespace>
Was this page helpful?