Batch DNS Records
batch_dns_recordsPerform bulk DNS record operations—create, update, delete—in one API call, with execution order: deletes, patches, then posts.
Instructions
Execute multiple DNS record operations (create, update, delete) in a single API call. Operations execute in order: deletes first, then patches, then posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | No | New records to create | |
| deletes | No | Records to delete | |
| patches | No | Records to partially update | |
| zone_id | Yes | The zone ID |