Create ALIAS Record
create_alias_recordCreate an ALIAS record at the domain apex for CNAME flattening. This overwrites all existing ALIAS records with the same name, so list DNS records first to avoid data loss.
Instructions
Create an ALIAS record (CNAME flattening at zone apex) for a domain. WARNING: This replaces ALL existing ALIAS records with the same name — previous ALIAS 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 (use "@" for root) | |
| domain | Yes | The domain name | |
| aliasName | Yes | Alias target hostname (e.g. "example.herokudns.com") |