evroc compute virtualmachine update

Update a virtual machine

evroc compute virtualmachine update <virtualmachine_id> [flags]

Options

      --boot-from bools          Whether this Disk should be booted from. This must be specified for every disk. (default [])
      --disk strings             Name of Disk to attach to VM. Multiple disks can be added by using the disk flag multiple times.
  -h, --help                     help for update
      --placement-group string   Name of the placement group to use for this VM
      --public-ip string         Public IP to assign to this VM
      --running                  Determines whether the VM should be running or not (default true)
      --security-group strings   Name of the security group to use for this VM. Can be supplied multiple times for multiple security groups.

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")

SEE ALSO