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
Delete the Helm chart.
helm delete <release-name> --namespace <namespace>
Clean up secrets and the PVC created by Portworx Backup.
kubectl delete ns <namespace>