evroc compute virtualmachine update

Update a virtualmachine

evroc compute virtualmachine update <virtualmachine_name> [flags]

Options

      --append                   Update lists by appending
      --disk strings             Value to update. 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   Value to update. Name of the placement group to use for this VM
      --public-ip string         Value to update. Sets the public IP that will be assigned to this VM
      --running                  Value to update. Determines whether the VM should be running or not (default true)
      --security-group strings   Value to update. A security group the VM belongs to. Can be supplied multiple times to join multiple security groups

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output

SEE ALSO