(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-28 13:10:56 +02:00 committed by GitSync
parent cb2988d177
commit cb41711f92

View File

@ -0,0 +1,10 @@
---
title: 'xe CLI'
---
[toc]
## Show running VMs
`xe vm-list --multiple power-state=running`
## Poweroff running VMs
`xe vm-shutdown --multiple power-state=running`