(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-28 13:13:36 +02:00 committed by GitSync
parent 74fa80ab23
commit 0d5bc7eda7

View File

@ -3,8 +3,12 @@ title: 'xe CLI'
---
[toc]
## Show running VMs
## VM Operations
Show running VMs
`# xe vm-list --multiple power-state=running`
## Poweroff running VMs
`# xe vm-shutdown --multiple power-state=running`
Poweroff all VMs currently running
`# xe vm-shutdown --multiple power-state=running`
## Snapshot management
*TODO*