14 lines
237 B
Markdown
14 lines
237 B
Markdown
---
|
|
title: 'xe CLI'
|
|
---
|
|
|
|
[toc]
|
|
## VM Operations
|
|
Show running VMs
|
|
`# xe vm-list --multiple power-state=running`
|
|
|
|
Poweroff all VMs currently running
|
|
`# xe vm-shutdown --multiple power-state=running`
|
|
|
|
## Snapshot management
|
|
*TODO* |