lbcli create project (2.1 and above)

AI Tools

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:

  • Up to 63 characters

  • Only lowercase alphanumeric characters, '-' or '.'

  • Starts with an alphanumeric character

  • Ends with an alphanumeric character


--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