digitalocean/droplet_kit

"The resource you were accessing could not be found" but a droplet exists for sure.

Closed this issue · 0 comments

I'm trying to shutdown a droplet


client.droplet_actions.shutdown(id: drp_id)

and always get

DropletKit::Error: 404: {"id":"not_found","message":"The resource you were accessing could not be found."}

However, it does exist and even client.droplets.find(id: drp_id) returns the same id. And it exists in my dashboard.