lbcli create project (2.1 and above)
Creates a new project.
Synopsis
Creates a project with specified properties.
lbcli create project [flags]
Examples:
# Create a project with name "proj1".
lbcli -J $JWT create project --name=proj1 --description="my project" --qos-policy-uuid=4c027341-7283-4b45-84f5-1460f4c96127
Flag | Short | Type | Default | Description | Version |
---|---|---|---|---|---|
--description | string | Project description. | |||
--help | -h | bool | Help for project. | ||
--name | string | Project name (required). A valid project name must adhere to the following:
| |||
--qos-policy-uuid | string | Specify the UUID of the QoS policy to serve as the default policy for this project. | 2.3.16 and above |
Was this page helpful?