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
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
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:
-
Command-Line Utilities, Plesk for Linux: dns: DNS Zones on Domains
-
Command-Line Utilities, Plesk for Microsoft Windows: dns.exe: DNS Zones on Domains
Comments
0 comments
Please sign in to leave a comment.