Uninstalling Z APM Connect DG
You can uninstall Z APM Connect DG by using Helm or using the manual yaml deployments, depending on how you populated the deployment files.
Option 1: Uninstalling with Helm
Option 2: Uninstalling with Kubernetes manifest files
Uninstalling with Helm
To remove the Z APM Connect DG, run the following command:
helm uninstall <name>
For example,
helm uninstall ibm-zapm
Results
Helm removes all deployments and Configmaps. You still need to remove any secrets and the OpenShift® project you created.
Uninstalling with Kubernetes manifest files
To remove the Z APM Connect DG, run the following command:
```
kubectl delete namespace <name>
```
For example,
```
kubectl delete namespace ibm-zapm
```