Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
Add tags
Add authors
Guides - Linode CLI Commands for the DNS Manager
Access the entire Linode platform from the command line, easily adding, removing, or modifying services.
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.
List the Domains on your account:
linode-cli domains list
View all domain records in a specific Domain:
linode-cli domains records-list $domain_id
Delete a Domain:
linode-cli domains delete $domain_id
Create a Domain:
linode-cli domains create --type master --domain www.example.com --soa_email email@example.com
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