(lxc_placement-group_create.md)= # `lxc placement-group create` Create new placement groups ## Synopsis Description: Create new placement groups ``` lxc placement-group create [:] [key=value...] [flags] ``` ## Examples ``` lxc placement-group create pg1 policy=spread rigor=strict lxc placement-group create pg1 policy=compact rigor=permissive lxc placement-group create pg1 < config.yaml Create placement group pg1 with configuration from config.yaml ``` ## Options ``` -c, --config Config key/value to apply to the new placement group --description Description of the placement group ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [lxc placement-group](lxc_placement-group.md) - Manage placement groups