pub fn stop_instance(name: &str) -> Result<(), InstanceError>Expand description
Stop an instance by sending SIGTERM, then unregister it.
pub fn stop_instance(name: &str) -> Result<(), InstanceError>Stop an instance by sending SIGTERM, then unregister it.