From 0d5bc7eda712f49a7981c23f3fce62f4374fe936 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 28 Jun 2022 13:13:36 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/02.linux/06.xcp-ng/04.xe-cli/default.en.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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