Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.
  1. List the Domains on your account:

    linode-cli domains list
    
  2. View all domain records in a specific Domain:

    linode-cli domains records-list $domain_id
    
  3. Delete a Domain:

    linode-cli domains delete $domain_id
    
  4. Create a Domain:

    linode-cli domains create --type master --domain www.example.com --soa_email email@example.com
    
  5. Create a new A record in a Domain:

    linode-cli domains records-create $domain_id --type A --name subdomain --target 192.0.2.0

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.