mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
my starting guide ve.sh
This commit is contained in:
parent
46be5a9b74
commit
4238d222d5
1 changed files with 15 additions and 0 deletions
15
vm/ve.sh
Normal file
15
vm/ve.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
pvesh get /nodes
|
||||
|
||||
pvesh get /nodes/<node>/qemu
|
||||
|
||||
pvesh create /nodes/<node>/qemu/<vmid>/status/start
|
||||
|
||||
pvesh create /nodes/<node>/qemu/<vmid>/status/stop
|
||||
|
||||
pvesh create /nodes/<node>/qemu/<vmid>/status/shutdown
|
||||
|
||||
pvesh get /nodes/<node>/lxc
|
||||
|
||||
pvesh create /nodes/<node>/lxc/<vmid>/status/start
|
||||
|
||||
pvesh create /nodes/<node>/lxc/<vmid>/status/stop
|
Loading…
Add table
Add a link
Reference in a new issue