update_dns_host_override
Update an existing DNS host override by ID, modifying its IP addresses, hostname, domain, description, or aliases. Control whether changes apply immediately.
Instructions
Update an existing DNS host override by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | New list of IP addresses | |
| host | No | New hostname | |
| descr | No | New description | |
| domain | No | New domain name | |
| aliases | No | New list of alias dicts, each with "host" and "domain" keys | |
| override_id | Yes | Host override ID (from search_dns_host_overrides) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||