Question

Modify DNS using code or API?

  • Posted on January 29, 2013
  • fariazzAsked by fariazz

Is it possible to modify DNS records (for example creating a new subdomain and assigning it to a droplet) using the API, coding, or doing it any other way rather than using the Control Panel?

For example, I would like to create new instances of a webapp with a custom subdomain. Example the user chooses “hello”, so his instance would be located in hello.example.com


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Kamal Nasser
DigitalOcean Employee
DigitalOcean Employee badge
July 5, 2013
Pinned Answer

DNS has been added to the API a while ago: https://api.digitalocean.com/#domains-list

Bobby Iliev
Site Moderator
Site Moderator badge
December 9, 2021

This comment has been deleted

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

Hi, I wrote a little shell script to update and A record (like dynamic DNS) <br> <br>https://gist.github.com/glpunk/8679208 <br> <br>enjoy