Huddle01 Cloud
CLINetworks

hudl network list

List all private networks in the current region.

List all private networks in the current region. Returns each network's ID, name, CIDR, and subnet configuration.

Usage

hudl network list [flags]

Common flags

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

List networks in the default region:

hudl network list

List networks in a specific region:

hudl network list --region eu2

Output as JSON for scripting:

hudl network list -o json

Get just the network names:

hudl network list -o name

API reference

This command calls GET /networks under the hood. See the full request and response schema in the API reference.