CLIFloating IPs
hudl fip list
List all floating IPs allocated to the current workspace.
List all floating IPs allocated to the current workspace. Shows each IP's address, status, and the instance it is bound to (if any).
Usage
hudl fip list [flags]Common flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
List all floating IPs:
hudl fip listList floating IPs in a specific region:
hudl fip list --region eu2Output as JSON:
hudl fip list -o jsonAPI reference
This command calls GET /floating-ips under the hood. See the full request and response schema in the API reference.