# Vanity Nameservers Use Vanity Nameservers endpoints to configure custom nameserver hostnames (glue records) for your domains. ## List Vanity Nameservers - [GET /core/v1/domains/{domainName}/vanity_nameservers](https://docs.name.com/api-spec-cdn/namecom.api/vanity-nameservers/listvanitynameservers.md): Lists all vanity nameserver hostnames configured for a domain. ## Create Vanity Nameserver - [POST /core/v1/domains/{domainName}/vanity_nameservers](https://docs.name.com/api-spec-cdn/namecom.api/vanity-nameservers/createvanitynameserver.md): Register a new vanity nameserver for the specified domain. ## Delete Vanity Nameserver - [DELETE /core/v1/domains/{domainName}/vanity_nameservers/{hostname}](https://docs.name.com/api-spec-cdn/namecom.api/vanity-nameservers/deletevanitynameserver.md): Deletes a vanity nameserver from the domain’s registry settings. This operation might fail if the registry detects the nameserver is still in use. ## Get Vanity Nameserver - [GET /core/v1/domains/{domainName}/vanity_nameservers/{hostname}](https://docs.name.com/api-spec-cdn/namecom.api/vanity-nameservers/getvanitynameserver.md): Retrieves details for a of a specific vanity nameserver (including its IP addresses). ## Update Vanity Nameserver IP - [PUT /core/v1/domains/{domainName}/vanity_nameservers/{hostname}](https://docs.name.com/api-spec-cdn/namecom.api/vanity-nameservers/updatevanitynameserver.md): Updates the glue record IP addresses for a vanity nameserver.