curl -X POST "http://CONTROL_PLANE_IP:PORT/reset" \ -H "Content-Type: application/json" \ -d '{ "vm_id": "vm-abc123" }'
{ "status": "accepted", "message": "Environment reset started", "vm_id": "vm-abc123", "task_id": "uuid-string", "status_url": "/task_status/uuid-string" }
Reset the desktop environment to initial state
accepted