Uninstall

Single VM deployment

Execute the following command from within the installation directory to uninstall CARTO Self-Hosted platform from your machine:

sudo ./carto node reset

Orchestrated container deployment

Follow the steps below if you're using an Orchestrated container deployment in Kubernetes.

kubectl delete ns <namespace>
kubectl delete clusterrole kotsadm-role
kubectl delete clusterrolebinding kotsadm-rolebinding

Last updated