Create a domain

Adds a new Domain to Linode's DNS Manager. Linode is not a registrar, and you must own the domain before adding it here. Be sure to point your registrar to Linode's nameservers so that the records hosted here are used.

linode-cli domains create \
  --type master \
  --domain example.org \
  --soa_email admin@example.org

<https://www.linode.com/docs/products/tools/cli/get-started/>
domains:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!