(incus_network_list-allocations.md)= # `incus network list-allocations` List network allocations in use ## Synopsis Description: List network allocations in use Default column layout: uatnm == Columns == The -c option takes a comma separated list of arguments that control which instance attributes to output when displaying in table or csv format. Column arguments are either pre-defined shorthand chars (see below), or (extended) config keys. Commas between consecutive shorthand chars are optional. Pre-defined column shorthand chars: u - Used by a - Address t - Type n - NAT m - Mac Address ``` incus network list-allocations [flags] ``` ## Options ``` --all-projects Run against all projects -c, --columns Columns (default "uatnm") -f, --format Format (csv|json|table|yaml|compact) (default "table") -p, --project string Run again a specific project (default "default") ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [incus network](incus_network.md) - Manage and attach instances to networks