Hello,
I want to fetch only the names and creation dates of the droplets running in our account.
I am using this command "curl -X GET -H 'Content-Type: application/json' -H 'Authorization: Bearer <token>' "https://a...
If we not tick the "Scrub Data" option while destroying a droplet what will happen? Will it delete the associated backups? or will it keep the backups?
Hello,
I am trying to write a shell script to take snapshot of a droplet. Is there any option to get droplet name from droplet ID using curl?
Thanks in advance.