---
title: Tenant Custom Nameservers
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Tenant Custom Nameservers

##### [List Tenant Custom Nameservers](https://developers.cloudflare.com/api/resources/tenant%5Fcustom%5Fnameservers/methods/get)

GET/tenants/{tenant\_tag}/custom\_ns

##### [Add Tenant Custom Nameserver](https://developers.cloudflare.com/api/resources/tenant%5Fcustom%5Fnameservers/methods/create)

POST/tenants/{tenant\_tag}/custom\_ns

##### [Delete Tenant Custom Nameserver](https://developers.cloudflare.com/api/resources/tenant%5Fcustom%5Fnameservers/methods/delete)

DELETE/tenants/{tenant\_tag}/custom\_ns/{custom\_ns\_id}

##### ModelsExpand Collapse 

TenantCustomNameserverGetResponse object { dns\_records, ns\_name, status, 2 more } 

A single tenant custom nameserver.

dns\_records: array of object { type, value } 

A and AAAA records associated with the nameserver.

type: optional "A" or "AAAA"

DNS record type.

One of the following:

"A"

"AAAA"

value: optional string

DNS record contents (an IPv4 or IPv6 address).

ns\_name: string

The FQDN of the name server.

formathostname

Deprecatedstatus: "moved" or "pending" or "verified"

Verification status of the nameserver.

One of the following:

"moved"

"pending"

"verified"

zone\_tag: string

Identifier.

maxLength32

ns\_set: optional number

The number of the set that this name server belongs to.

maximum5

minimum1

TenantCustomNameserverCreateResponse object { dns\_records, ns\_name, status, 2 more } 

A single tenant custom nameserver.

dns\_records: array of object { type, value } 

A and AAAA records associated with the nameserver.

type: optional "A" or "AAAA"

DNS record type.

One of the following:

"A"

"AAAA"

value: optional string

DNS record contents (an IPv4 or IPv6 address).

ns\_name: string

The FQDN of the name server.

formathostname

Deprecatedstatus: "moved" or "pending" or "verified"

Verification status of the nameserver.

One of the following:

"moved"

"pending"

"verified"

zone\_tag: string

Identifier.

maxLength32

ns\_set: optional number

The number of the set that this name server belongs to.

maximum5

minimum1

TenantCustomNameserverDeleteResponse \= string

Unused.