Huddle01 Cloud
CLIFloating IPs

hudl fip disassociate <ip>

Unbind a floating IP from its current target.

Unbind a floating IP from its current target. The IP remains allocated to your workspace and can be re-associated with another instance later.

Usage

hudl fip disassociate <ip> [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.
--idempotency-key <key>Attach an idempotency key so retries are safe.

Examples

Disassociate a floating IP:

hudl fip disassociate 203.0.113.42

Disassociate with an idempotency key:

hudl fip disassociate 203.0.113.42 \
  --idempotency-key unbind-fip-web-001

API reference

This command calls POST /floating-ips/{id}/disassociate under the hood. See the full request and response schema in the API reference.