domain_settings
Update domain settings (auto-renew, WHOIS privacy, registrar lock).
Only provided (non-None) fields are updated.
Requires: API key with write scope.
Args: domain_name: Full domain name (e.g. "example.com") auto_renew: Enable/disable automatic renewal whois_privacy: Enable/disable WHOIS privacy protection locked: Enable/disable registrar lock (prevents unauthorized transfers)
Returns: {"success": true, "domain": "example.com", "auto_renew": true, "whois_privacy": true, "locked": true}
Errors: NOT_FOUND: Domain not found or not owned by account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locked | No | ||
| auto_renew | No | ||
| domain_name | Yes | ||
| whois_privacy | No |