Create A Record
create_a_recordCreate an A record (IPv4 address) for a domain, replacing all existing A records with the same name. Check existing records with list_dns_records before use.
Instructions
Create an A record (IPv4 address) for a domain. WARNING: This replaces ALL existing A records with the same name — previous A 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, use "@" for root) | |
| domain | Yes | The domain name | |
| address | Yes | IPv4 address (e.g. "192.0.2.1") |