---
title: "Reset to UD default nameservers (bulk)"
method: POST
path: "/mcp/v1/actions/ud_dns_nameservers_set_default"
tags: ["DNS Management"]
---

# Reset to UD default nameservers (bulk)

`POST /mcp/v1/actions/ud_dns_nameservers_set_default`

Switch back to Unstoppable Domains default nameservers for one or more domains. Supports up to 50 domains per request.

## Request body

- object
  - `domains` object[], required — Array of domains
    - `name` string, required — Domain name

## Response `200`

Bulk operation result

- BulkDnsOperationResponse — Response for bulk DNS operations (nameservers, hosting). Contains results per domain with success/failure tracking.
  - `results` object[]
    - `domain` string — Domain name
    - `success` boolean — Whether the operation succeeded
    - `operationId` string — Track with ud_domain_pending_operations (if successful)
    - `nameservers` string[] — Configured nameservers (for nameserver operations)
    - `hasDnssec` boolean — Whether DNSSEC is configured (for nameserver operations)
    - `config` object — Hosting config (for hosting operations)
      - `type` string
      - `subName` string, nullable
      - `targetUrl` string, nullable
    - `subName` string — Subdomain removed (for hosting remove operations)
    - `deletedAll` boolean — Whether all configs were removed (for hosting remove)
    - `error` string — Error message (if failed)
  - `successCount` number — Number of successful operations
  - `failureCount` number — Number of failed operations

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/revisions/c1def8e34b41/schema)
