wiki-grav/pages/02.linux/08.xcp-ng/04.xe-cli/default.en.md

14 lines
237 B
Markdown
Raw Normal View History

---
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*