Future<void> deleteVm(String vmName) async { try { await lume.delete(name: vmName, showLogs: false); } catch (_) {} }