We need to restart a droplet which seems not to be responding anymore to any commands. Can you do it for us? Thanks
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.
Hi there @salvatoregrisaffi,
There are a couple of ways of rebooting a Droplet. You can do it via your Control panel at:
https://cloud.digitalocean.com/
Then follow these steps:
Another option is to use the DigitalOcean API in case that you need to programmatically do the reboot. You can follow the steps on how to do that here:
https://www.digitalocean.com/community/questions/how-to-reboot-a-droplet-with-digitalocean-api-php-python-bash-examples
Regards, Bobby