This is the multi-page printable view of this section. Click here to print.
Compute Pgroups
1 - pcloud compute pgroups
Placement Groups management commands
Synopsis
Placement Group management commands.
PGroups may be created, deleted, listed, and described. PVM Instances may be added to or removed from PGroups.
pcloud compute pgroups [flags]
Options
-h, --help help for pgroups
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 pgroups add - Add Instance to Placement Group
- pcloud compute pgroups create - Create Placement Group
- pcloud compute pgroups delete - Delete Placement Group
- pcloud compute pgroups describe - Describe Placement Group
- pcloud compute pgroups list - List Placement Groups
- pcloud compute pgroups remove - Remove Instance from Placement Group
2 - pcloud compute pgroups add
Add Instance to Placement Group
Synopsis
Add a PVM Instance to a Placement Group.
pcloud compute pgroups add <PGroup> <Instance> [flags]
Options
-h, --help help for add
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 pgroups - Placement Groups management commands
3 - pcloud compute pgroups create
Create Placement Group
Synopsis
Create a new Placement Group.
Must specify the PGroup name and one of ‘affinity’ or ‘anti-affinity’.
pcloud compute pgroups create <PGroup> <affinity|anti-affinity> [flags]
Options
-h, --help help for create
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 pgroups - Placement Groups management commands
4 - pcloud compute pgroups delete
Delete Placement Group
Synopsis
Delete a Placement Group.
pcloud compute pgroups delete <PGroup> [flags]
Options
-h, --help help for 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 pgroups - Placement Groups management commands
5 - pcloud compute pgroups describe
Describe Placement Group
Synopsis
Describe a Placement Group.
pcloud compute pgroups describe <PGroup> [flags]
Options
-h, --help help for describe
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 pgroups - Placement Groups management commands
6 - pcloud compute pgroups list
List Placement Groups
Synopsis
List Placement Groups int he Cloud Instance.
Output format depends on –format option.
pcloud compute pgroups list [flags]
Options
-h, --help help for list
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 pgroups - Placement Groups management commands
7 - pcloud compute pgroups remove
Remove Instance from Placement Group
Synopsis
Remove a PVM Instance from a Placement Group.
pcloud compute pgroups remove <PGroup> <Instance> [flags]
Options
-h, --help help for remove
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 pgroups - Placement Groups management commands