upctl ip-address modify
Modify an IP address
Examples
upctl ip-address modify 185.70.196.225 --ptr-record myapp.com
upctl ip-address modify 185.70.197.175 --mac d6:0e:4a:6f:2b:06
Options
Option | Description |
---|---|
--mac |
MAC address of server interface to attach floating IP to. |
--ptr-record |
New fully qualified domain name to set as the PTR record for the IP address. |
--help , -h |
help for modify Default: false |
Global options
Option | Description |
---|---|
--client-timeout , -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output , -o |
Output format (supported: json, yaml and human) Default: human |
Related commands
Command | Description |
---|---|
upctl ip-address | Manage IP addresses |