put
https://api.linode.com//networking/ips/
Sets RDNS on an IP Address. Forward DNS must already be set up for reverse DNS to be applied. If you set the RDNS to null for public IPv4 addresses, it will be reset to the default ip.linodeusercontent.com RDNS value.
Permissions and scopes
To call this operation, you need permissions, based on the model you're using:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
ips:read_write
- Scopes:
CLI
linode-cli networking ip-update \
203.0.113.1 \
--rdns "test.example.org"