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
Copy file name to clipboardExpand all lines: content/en/docs/private-platform/pmp-uninstall.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,17 @@ weight: 70
9
9
10
10
If required, you can uninstall the Private Mendix Platform by performing the following steps:
11
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=<namespace>`.
15
+
4. Delete Svix resources by running the following command: `helm uninstall svix-server -n=<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. Optional: Delete the Private Mendix Platform namespace by running the following command: `kubectl delete namespace <Private Mendix Platform namespace>`.
0 commit comments