doctl compute floating-ip [flags]
fip
doctl compute floating-ip
manage floating IP addresses.
Floating IPs are publicly-accessible static IP addresses that can be mapped to one of your Droplets. They can be used to create highly available setups or other configurations requiring movable addresses.
Floating IPs are bound to a specific region.
Option | Description |
---|---|
--help , -h | Help for this command |
Command | Description |
---|---|
doctl compute | Display commands that manage infrastructure |
doctl compute floating-ip create | Create a new floating IP address |
doctl compute floating-ip delete | Permanently delete a floating IP address |
doctl compute floating-ip get | Retrieve information about a floating IP address |
doctl compute floating-ip list | List all floating IP addresses on your account |
Option | Description |
---|---|
--access-token , -t | API V2 access token |
--api-url , -u | Override default API endpoint |
--config , -c | Specify a custom config file Default:
|
--context | Specify a custom authentication context name |
--output , -o | Desired output format [text|json] Default: text |
--trace | Show a log of network activity while performing a command Default: false |
--verbose , -v | Enable verbose output Default: false |