Uninstall
Removing the agent is a single command. It immediately ends the agent’s read access to your cluster.
helm uninstall runtimez-agent --namespace runtimezkubectl delete namespace runtimezDeleting 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:
kubectl get clusterrole,clusterrolebinding | grep -i runtimezAny inventory already synced to the Runtimez control plane stays until you delete the cluster in the UI, which removes its data.
