Create CNAME Record
create_cname_recordAdd a CNAME record to point a subdomain to a canonical name. All existing CNAME records with the same name will be replaced, so check existing records first.
Instructions
Create a CNAME record (canonical name/alias) for a domain. WARNING: This replaces ALL existing CNAME records with the same name — previous CNAME records for this name will be overwritten, not merged. Use list_dns_records first to check for existing records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | TTL in seconds | |
| name | Yes | Record name (subdomain) | |
| cname | Yes | Canonical name to point to (e.g. "example.com") | |
| domain | Yes | The domain name |