Create SVCB Record
create_svcb_recordCreate an SVCB DNS record for a domain, replacing all existing SVCB records with the same name. Check existing records first with list_dns_records to avoid overwriting data.
Instructions
Create an SVCB record (general service binding) for a domain. WARNING: This replaces ALL existing SVCB records with the same name — previous SVCB records for this name will be overwritten, not merged. 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 | |
| port | No | Port string (e.g. "_443") | |
| domain | Yes | The domain name | |
| scheme | No | Scheme label (e.g. "_tcp") | |
| svcParams | No | SvcParams string | |
| targetName | Yes | Target name (e.g. "svc.example.com") | |
| svcPriority | Yes | Service priority (0 = alias mode, 1+ = service mode) |