Vultr DocsLatest Content


Record

Updated on 07 November, 2025

Manages DNS records within Vultr domains, enabling creation, listing, updating, and deletion of domain record configurations.


The vultr-cli dns record command manages DNS records in your Vultr domains, allowing you to create, list, update, or delete records for domain name resolution.

Usage

console
$ vultr-cli dns record

Available Commands

  • create - Create a DNS record
  • delete - Delete a DNS record
  • get - Get a DNS record
  • list - List all DNS records
  • update - Update DNS record
Creates a new DNS record for a domain hosted on Vultrs DNS service by specifying record type, name, and data value.
Permanently removes a specified DNS record from a domain in Vultrs DNS management system.
Retrieves detailed information about a specific DNS record from a domain hosted on Vultrs DNS service.
View all DNS records for a specified domain in your Vultr account, including record types, values, and configurations.
Modifies existing DNS records in your Vultr domain by updating properties like IP addresses, TTL values, or priorities.