Vultr DocsLatest Content


Create

Updated on 07 November, 2025

Creates a new DNS record for a domain hosted on Vultrs DNS service by specifying record type, name, and data value.


The vultr-cli dns record create command adds a new DNS record to a domain on Vultr's platform, allowing you to configure domain name resolution settings.

Usage

console
$ vultr-cli dns record create <Domain Name> [flags]

Flags

Shorthand Long Version Description
-d --data data for the record
-n --name name of the record
-p --priority only required for MX and SRV
-l --ttl ttl for the record
-t --type type for the record

Comments