CLINetworks
Networks
hudl commands for managing networks on Huddle Cloud.
hudl exposes every Networks endpoint as a first-class command. They map 1:1 to the Networks API reference, so anything you can do through the API or dashboard you can do here.
Networks provide isolated Layer 2 connectivity within a region. Each network contains one or more subnets with configurable CIDR ranges and DHCP settings.
Commands
| Command | Description |
|---|---|
hudl network list | List all private networks in the current region. |
hudl network create <name> | Create a new private network with a CIDR block. |
hudl network delete <id> | Permanently delete a private network. |