Wait for virtual machine status
Description
wait for virtual machines to reach the desired status (stopped, running …)
Options
| option | description | Allowed values |
|---|---|---|
| vmid | the virtual machine id you want to wait for reaching the desired status | string |
| name | the virtual machine name you want to wait for reaching the desired status | string |
| filter-name | a regex applied on virtual machine name you want to wait for reaching the desired status | string |
| status | the desired status | string |
Info
vmid, name and filter-name are mutualy exclusive
Examples
- wait for every virtual machine with name start with test to be stopped
proxcli vms wait_for_status --filter-name "^test" --status "stopped"