mirror of https://github.com/tteck/Proxmox.git
16 lines
340 B
Bash
16 lines
340 B
Bash
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
|