1 - pcloud compute clouds

Cloud commands

Synopsis

Commands to manage Cloud Instance(s). Possibility to list, describe Cloud Instance(s)

pcloud compute clouds [flags]

Options

  -h, --help   help for clouds

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

2 - pcloud compute clouds create

Create a new Cloud Instance

Synopsis

Create a new Cloud Instance

pcloud compute clouds create <CloudInstanceName> [flags]

Options

  -h, --help            help for create
  -r, --region string   Create a new Cloud Instance in the given region

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

3 - pcloud compute clouds delete

Delete a Cloud Instance

Synopsis

Delete a new Cloud Instance

WARNING: This is not reversible

When there are no associated important PowerVC artifacts this will delete the cloud instance. When there are important artifacts associated, this command will fail and the cloud instance will not be deleted.

NOTE: You may only delete the cloud instance to which you have already authenticated

pcloud compute clouds delete <CloudInstanceID> [flags]

Options

  -h, --help    help for delete
  -q, --quiet   skip prompting for confirmation of delete

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

4 - pcloud compute clouds describe

Describe Cloud Instance

Synopsis

Describe Cloud Instance with details. Output format depends on –format option.

pcloud compute clouds describe <cloudID> [flags]

Options

  -h, --help            help for describe
  -r, --report string   Specify the extent of the output.
                        Options are brief (default), full, limits, instances, capabilities, or usage. (default "brief")

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

5 - pcloud compute clouds list

List Clouds

Synopsis

List Clouds. Clouds details are displayed with –long option. Output format depends on –format option.

pcloud compute clouds list [flags]

Options

  -h, --help   help for list
  -l, --long   Print detailed info of each Cloud

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

6 - pcloud compute clouds syspools

List System Pools

Synopsis

List System Pools

pcloud compute clouds syspools [flags]

Options

  -h, --help   help for syspools

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