Update an IP address's RDNS for a Linode

Updates the reverse DNS (RDNS) for a Linode's IP Address. This may be done for both IPv4 and IPv6 addresses.

Setting the RDNS to null for a public IPv4 address, resets it to the default ip.linodeusercontent.com RDNS value.

linode-cli linodes ip-update 123 \
  203.0.113.1 \
  --rdns test.example.org

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The ID of the Linode.

string
required

The IP address.

Body Params
string | null
required

The reverse DNS assigned to this address. For public IPv4 addresses, this will be set to a default value provided by Linode if not explicitly set.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json