Vultr DocsLatest Content


Update

Updated on 07 November, 2025

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.

Usage

console
$ vultr-cli dns record update <Domain Name> <Record ID> [flags]

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

Comments