Skip to content

amingholami/DigitalOcean-destroy-all-Droplets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

DigitalOcean Distroy all Droplets by API

An script to delete all droplets from your DigitalOcean account

Sometimes you create lots of droplets accidently by api and you need to delete all of them to decrease risk of your billing issue.

How to Run?

For running this script, you need 3 arguments:

First and last droplet ids and your authorization api key.

FIRST_DROPLET_ID = 100 LAST_DROPLET_ID = 200 YOUR_AUTORIZATION = XXXXXX

bash delete-all-droplets.sh 100 200 XXXXXX

Useful Resources

Releases

No releases published

Packages

No packages published

Languages