pcloud private-connections update

Update Private Connection

Synopsis

Update Private Connection by Name or ID

You may:

  • name/rename your private connection
  • increase/decrease allocated bandwidth
  • enable/disable the private connection
pcloud private-connections update [name_or_id] [flags]

Options

  -b, --bandwidth string   When provided, update the bandwidth;
                           allowed values are:
                           [BPS_100M BPS_200M BPS_300M BPS_400M BPS_500M BPS_1G]
                           BPS is bits per second; 'M' is mega and 'G' is Giga
  -d, --disable            When provided, disable the Private Connection
  -e, --enable             When provided, enable the Private Connection
  -h, --help               help for update
  -n, --name string        When provided, update the name for this Private Connection

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO