Create NS Record
create_ns_recordCreate a nameserver delegation record (NS) for a domain subdomain. Note: this replaces all existing NS records with the same name; check existing records first to avoid breaking DNS.
Instructions
Create an NS record (nameserver delegation) for a domain. WARNING: This replaces ALL existing NS records with the same name — previous NS records for this name will be overwritten, not merged. Incorrect NS records can break DNS resolution for delegated subdomains. 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 to delegate) | |
| domain | Yes | The domain name | |
| nameserver | Yes | Nameserver hostname (e.g. "ns1.example.com") |