Guides - Domains
Updated
, by Linode
The Linode CLI is a wrapper around the Linode API that allows you to manage your Linode account from the command line. Virtually any task that can be done through the Linode Manager can be done through the CLI, making it an excellent tool for scripting.
Create a Linode account
to try this guide with a $100 credit.
This credit will be applied to any valid services used during your first 60 days.
List the Domains on your account:
linode-cli domains listView all domain records in a specific Domain:
linode-cli domains records-list $domain_idDelete a Domain:
linode-cli domains delete $domain_idCreate a Domain:
linode-cli domains create --type master --domain www.example.com --soa_email email@example.comCreate 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




