lbcli update project (2.3.16 and above)
Updates a project.
Synopsis
Updates a project.
lbcli update project [flags]
Examples:
# Update project "proj1" to have policy with uuid "4c027341-7283-4b45-84f5-1460f4c96127" as it's default qos rate limit policy.
lbcli -J $JWT update project --name=proj1 --qos-policy-uuid=4c027341-7283-4b45-84f5-1460f4c96127
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for project-default-policy. | |
--name | string | Project name (required). Note: The project name must adhere to certain requirements to be valid. See lbcli create project (2.1 and above) for additional information. | ||
-qos-policy-uuid | string | QoS Policy UUID of the policy to be set as the default policy for the project (required). |
Was this page helpful?