Set virtual machine status

Description

Virtual machine status commands use the same options interface for every desired status. The following options table apply to all status commands such as start, stop, suspend or reset.

Options

optiondescriptionAllowed values
vmidthe virtual machine id you want to deletestring
filter-namea regex applied on virtual machine namestring

Examples

  • Start virtual machine
proxcli vms start --vmid 101
  • Stop virtual machine
proxcli vms stop --vmid 101
  • Suspend all virtual machines with name matching specified regex
proxcli vms suspend --filter-name "^b4p"
  • Reset virtual machine
proxcli vms reset --vmid 101