This is the multi-page printable view of this section. Click here to print.
Compute Clouds
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
- pcloud compute - pcloud compute
- pcloud compute clouds create - Create a new Cloud Instance
- pcloud compute clouds delete - Delete a Cloud Instance
- pcloud compute clouds describe - Describe Cloud Instance
- pcloud compute clouds list - List Clouds
- pcloud compute clouds syspools - List System Pools
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
- pcloud compute clouds - Cloud commands
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
- pcloud compute clouds - Cloud commands
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
- pcloud compute clouds - Cloud commands
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
- pcloud compute clouds - Cloud commands
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
- pcloud compute clouds - Cloud commands