Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.28 KB

cloudcli_server_disk.md

File metadata and controls

42 lines (31 loc) · 1.28 KB

cloudcli server disk

List/manage server disks

Synopsis

List/manage server disks

cloudcli server disk [flags]

Options

      --add string      Size in GB of new disk to add
  -h, --help            help for disk
      --id string       Specific server UUID
      --name string     Server name or regular expression matching a single server
      --remove string   ID of disk to remove
      --resize string   ID of disk to resize, must set size flag as well for the new size
      --size string     size in GB to resize the disk to, required only when using resize flag
      --wait            Wait for command execution to finish only then exit cli.

Options inherited from parent commands

      --api-clientid string   API Client ID
      --api-secret string     API Secret
      --config string         config file (default is $HOME/.cloudcli.yaml)
      --debug                 enable debug output to stderr
      --dryrun                enable dry run mode, does not perform actions
      --format string         output format, default format is a human readable summary
      --no-config             disable loading from config file

SEE ALSO

Auto generated by spf13/cobra on 15-Aug-2021