Huddle01 Cloud
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

CommandDescription
hudl network listList 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.

On this page