You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Documents the uninstallation process for the Private Mendix Platform."
5
+
weight: 70
6
+
---
7
+
8
+
## Introduction
9
+
10
+
If required, you can uninstall the Private Mendix Platform by performing the following steps:
11
+
12
+
1. Optional: Verify that Private Mendix Platform is installed by running the following command: `helm status mxplatform -n=<Private Mendix Platform namespace>`.
13
+
2. Delete Private Mendix Platform resources by running the following command: `helm uninstall mxplatform -n=<Private Mendix Platform namespace>`.
14
+
3. Optional: Verify that Svix is installed by running the following command: `helm status svix-server -n=<Private Mendix Platform namespace>`.
15
+
4. Delete Svix resources by running the following command: `helm uninstall svix-server -n=<Private Mendix Platform namespace>`.
16
+
5. Uninstall PCLM by running the following commands:
6. Uninstall the Mendix Operator, as described in [Private Cloud Cluster: Namespace Management](/developerportal/deploy/private-cloud-cluster/#namespace-management).
25
+
7. If you want to also delete the Private Mendix Platform namespace, run the following command: `kubectl delete namespace <Private Mendix Platform namespace>`.
0 commit comments