Cleanup
To clean up a solo experiment on an existing SSH node, detach the node, uninstall the node agent, and forget the node locally:
devopsellence node detach prod-1devopsellence agent uninstall prod-1 --yesdevopsellence node remove prod-1 --yesagent uninstall --yes stops and disables devopsellence-agent, removes
devopsellence-managed containers, removes the Envoy container and Docker network,
deletes agent state, and removes /usr/local/bin/devopsellence-agent.
Use --keep-workloads only when you intentionally want to stop the node agent
without cleaning remote runtime resources.
Shared resource cleanup should happen through the control plane or shared CLI commands so org/project/environment ownership remains auditable.