Docs Self-Managed Reference rpk Commands rpk cluster rpk cluster quotas rpk cluster quotas describe You are viewing the Self-Managed v24.3 beta documentation. We welcome your feedback at the Redpanda Community Slack #beta-feedback channel. To view the latest available version of the docs, see v24.2. rpk cluster quotas describe Describe client quotas. This command describes client quotas that match the provided filtering criteria. Running the command without filters returns all client quotas. Use the --strict flag for strict matching, which means that the only quotas returned exactly match the filters. You can specify filters in terms of entities. An entity consists of either a client ID or a client ID prefix. Usage rpk cluster quotas describe [flags] Flags Value Type Description --any strings Type for any matching (names or default), where type is client-id or client-id-prefix (repeatable). --default strings Type for default matching, where type is client-id or client-id-prefix (repeatable). --format string Output format. Possible values: json, yaml, text, wide, help. Default: text. -h, --help - Help for describe. --name strings The type=name pair for exact name matching, where type is client-id or client-id-prefix (repeatable). --strict - Specifies whether matches are strict. If true, entities with unspecified entity types are excluded. --config string Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/redpanda.yaml. -X, --config-opt stringArray Override rpk configuration settings. See rpk -X or execute rpk -X help for inline detail or rpk -X list for terser detail. --profile string Profile to use. See rpk profile for more details. -v, --verbose - Enable verbose logging. Examples Describe all client quotas: rpk cluster quotas describe Describe all client quota with client ID <foo>: rpk cluster quotas describe --name client-id=<foo> Describe client quotas for a given client ID prefix <bar>.: rpk cluster quotas describe --name client-id=<bar>. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution rpk cluster quotas alter rpk cluster quotas import