Vultr DocsLatest Content


Create

Updated on 15 September, 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 hosted on Vultr's DNS service, specifying record type, name, and value.

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

No comments yet.