Articles in this section

How to remove domain DNS record in Plesk?

Plesk for Windows kb: how-to Plesk for Linux ABT: Group A dns

Applicable to:

  • Plesk for Windows
  • Plesk for Linux

Question

How to remove domain DNS record?

Answer

DNS records can be removed via Plesk panel (Linux and Windows) or command line interface (Linux only).

Click on a section to expand

Via Plesk UI

1. Go to Domains > example.com > DNS settings, choose required DNS record and click Remove;

2. Click Update button in the pop-up warning to apply changes

DNS.png

Via CLI

Get DNS zone records list:

# plesk bin dns --info example.com

Examples of deleting records:

# plesk bin dns -d example.com -nameserver ns2.example.com. -ns ""

# plesk bin dns -d example.com -a ns2 -ip 203.0.113.2

C:\> plesk bin dns -d example.com -a "" -ip 203.0.113.2

Additional information

For more information, refer to Plesk documentation:

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.