CLIFloating IPs
Floating IPs
hudl commands for managing floating ips on Huddle Cloud.
hudl exposes every Floating IPs endpoint as a first-class command. They map 1:1 to the Floating IPs API reference, so anything you can do through the API or dashboard you can do here.
Floating IPs provide static, publicly-routable addresses that can be moved between instances. Associate a floating IP with an instance to make it reachable from the internet, and disassociate it to detach.
Commands
| Command | Description |
|---|---|
hudl fip list | List all floating IPs allocated to the current workspace. |
hudl fip get <ip> | Show details of a single floating IP, including its current binding. |
hudl fip associate <ip> --to <vm> | Bind a floating IP to a virtual machine port. |
hudl fip disassociate <ip> | Unbind a floating IP from its current target. |