koalalorenzo / python-digitalocean

🐍🐳 Python module to manage Digital Ocean droplets
GNU Lesser General Public License v3.0
1.26k stars 301 forks source link

droplet shutdown is not working #329

Closed scethiren closed 2 years ago

scethiren commented 3 years ago

hi, I can list droplets but cant shutdown droplets using prodived code here.

import digitalocean manager = digitalocean.Manager(token="secretspecialuniquesnowflake") my_droplets = manager.get_all_droplets() for droplet in my_droplets: droplet.shutdown()

to shutdown droplet but it is not shutdown my droplet.

koalalorenzo commented 2 years ago

Closing for inactivity! Feel free to comment or open a new one if needed!