Vultr DocsLatest Content


List

Updated on 15 September, 2025

Lists all configured firewall rules for a specified group, displaying protocols, ports, and network access permissions.


The vultr-cli firewall rule list command displays all configured rules for a specified firewall group, showing their protocols, ports, and network access permissions.

Usage

console
$ vultr-cli firewall rule list <Firewall Group ID> [flags]

Examples

console
# Full example
$ vultr-cli firewall rule list 704ac064-4ff2-49ca-a6e6-88262cca8f8a
# Shortened example with aliases
$ vultr-cli fw r l 704ac064-4ff2-49ca-a6e6-88262cca8f8a

Flags

Shorthand Long Version Description
-c --cursor (optional) Cursor for paging.
-p --per-page (optional) Number of items requested per page. Default is 100 and Max is 500.

Comments

No comments yet.