Skip to content

Uninstall

Removing the agent is a single command. It immediately ends the agent’s read access to your cluster.

Terminal window
helm uninstall runtimez-agent --namespace runtimez
kubectl delete namespace runtimez

Deleting the namespace also removes the agent’s ServiceAccount, so the ClusterRoleBinding no longer resolves to a live identity. If you want to confirm nothing is left behind:

Terminal window
kubectl get clusterrole,clusterrolebinding | grep -i runtimez

Any inventory already synced to the Runtimez control plane stays until you delete the cluster in the UI, which removes its data.