Lightbits Command Line Interface
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
lbcli create qos-policy (2.3.16 and above)
Copy Markdown
Open in ChatGPT
Open in Claude
Creates a new Quality of Service (QoS) policy.
Synopsis
Creates a new QoS policy.
Bash
lbcli create qos-policy [flags]Examples:
Bash
# Create a QoS policy.lbcli -J $JWT create qos-policy --name=iops-gold --description="best iops" --type iops --write-limit 256 --read-limit 512 --projects "default"lbcli -J $JWT create qos-policy --name=bw-silver --description="good enough bw" --type bw --write-limit 10 --read-limit 10 --projects "default"lbcli -J $JWT create qos-policy --name=another-qos-policy --description="yet another policy" --global true --type iops-per-gb --write-limit 0 --read-limit 10 --projects "default"| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --description | string | Policy description. | ||
| --help | -h | bool | Help for qos-policy. | |
| --name | string | Policy name (required). | ||
| --global | bool | Indicates that this policy is global. | ||
| --projects | stringSlice | Specify the projects that can have access to this policy. Note: Either specify the policy as Global (global=true), or explicitly name specific projects that can use this policy. | ||
| --read-limit | uint32 | Specify the rate limit for read operations. The units of this field are defined by the rate limit Type field. Note: A 0 value encodes unlimited. | ||
| --type | string | Limit type (iops, bw, ips-per-gb) (Required).
| ||
| --wri | uint32 | Specify the rate limit for write operations. The units of this field are defined by the rate limit Type field. Note: A 0 value encodes unlimited. |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
lbcli create auth-map-entry© 2026 Lightbits Labs™
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message