Modifies existing DNS records in your Vultr domain by updating properties like IP addresses, TTL values, or priorities.
The vultr-cli dns record update command modifies existing DNS records in your Vultr account by updating properties like name, data, TTL, or priority.
$ vultr-cli dns record update <Domain Name> <Record ID> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -d | --data | data for the record |
| -n | --name | name of record |
| -p | --priority | only required for MX and SRV |
| - | --ttl | time to live for the record |