Skip to content

Commit 4a71fb3

Browse files
draft
1 parent d48c99e commit 4a71fb3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/en/docs/private-platform/pmp-uninstall.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,17 @@ weight: 70
99

1010
If required, you can uninstall the Private Mendix Platform by performing the following steps:
1111

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:
17+
18+
```text
19+
kubectl delete svc/mx-privatecloud-license-manager -n=<ns>
20+
kubectl delete deployments/mendix-pclm -n=<ns>
21+
kubectl delete secret/mendix-pclm mendix-operator-pclm pclm-admin -n=<ns>
22+
```
23+
24+
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

Comments
 (0)