diff --git a/pages/02.linux/06.xcp-ng/04.xe-cli/default.en.md b/pages/02.linux/06.xcp-ng/04.xe-cli/default.en.md index a571539..1e176e5 100644 --- a/pages/02.linux/06.xcp-ng/04.xe-cli/default.en.md +++ b/pages/02.linux/06.xcp-ng/04.xe-cli/default.en.md @@ -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` \ No newline at end of file +Poweroff all VMs currently running +`# xe vm-shutdown --multiple power-state=running` + +## Snapshot management +*TODO* \ No newline at end of file