Uninstalling Private Mendix Platform
Last modified: September 12, 2025
Introduction
If required, you can uninstall the Private Mendix Platform by performing the following steps:
- Optional: Verify that Private Mendix Platform is installed by running the following command:
helm status mxplatform -n=<Private Mendix Platform namespace>
. - Delete Private Mendix Platform resources by running the following command:
helm uninstall mxplatform -n=<Private Mendix Platform namespace>
. - Optional: Verify that Svix is installed by running the following command:
helm status svix-server -n=<Private Mendix Platform namespace>
. - Delete Svix resources by running the following command:
helm uninstall svix-server -n=<Private Mendix Platform namespace>
. - Uninstall PCLM by running the following commands:
kubectl delete svc/mx-privatecloud-license-manager -n=<ns>
kubectl delete deployments/mendix-pclm -n=<ns>
kubectl delete secret/mendix-pclm mendix-operator-pclm pclm-admin -n=<ns>
- Uninstall the Mendix Operator, as described in Private Cloud Cluster: Namespace Management.
- If you want to also delete the Private Mendix Platform namespace, run the following command:
kubectl delete namespace <Private Mendix Platform namespace>
.