set_nameservers
Replace a domain's authoritative nameservers with 2-13 custom hostnames, waiting for propagation. Note: this moves DNS off GoDaddy; GoDaddy-managed records will stop serving.
Instructions
Replace the authoritative nameservers for a domain (2-13 hostnames). The registry change propagates asynchronously; this tool waits until it completes or reports that it is still in progress. WARNING: switching nameservers moves DNS off GoDaddy, so records managed with the DNS tools will no longer be served by GoDaddy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain whose authoritative nameservers to replace. | |
| nameservers | Yes | New authoritative nameservers, e.g. ["ns1.example-dns.com", "ns2.example-dns.com"]. 2-13 hostnames. Replaces the full set; DNS managed via list/add/update_dns_record will stop being served after the cutover. |