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

16 lines
252 B
Markdown

---
title: 'xe CLI'
visible: true
---
[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*