2022-06-28 13:10:56 +02:00
|
|
|
---
|
|
|
|
title: 'xe CLI'
|
|
|
|
---
|
|
|
|
|
|
|
|
[toc]
|
2022-06-28 13:13:36 +02:00
|
|
|
## VM Operations
|
|
|
|
Show running VMs
|
2022-06-28 13:11:13 +02:00
|
|
|
`# xe vm-list --multiple power-state=running`
|
2022-06-28 13:10:56 +02:00
|
|
|
|
2022-06-28 13:13:36 +02:00
|
|
|
Poweroff all VMs currently running
|
|
|
|
`# xe vm-shutdown --multiple power-state=running`
|
|
|
|
|
|
|
|
## Snapshot management
|
|
|
|
*TODO*
|