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

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 all floating IPs:

hudl fip list

List floating IPs in a specific region:

hudl fip list --region eu2

Output as JSON:

hudl fip list -o json

API reference

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