Question
Cassandra one-click app
is the one-click cassandra app gone? I can’t create a droplet with it.
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 @aluizdinizsilva,
I’ve created a test image using this command:
curl -X POST “https://api.digitalocean.com/v2/droplets” -d’{“name”:“My-Droplet”,“region”:“nyc2”,“size”:“4gb”,“image”:“cassandra”}’ -H “Authorization: Bearer $TOKEN” -H “Content-Type: application/json”
Works fine!
Note: You need to use admin (read/write) token.
See the result here:
https://www.screencast.com/t/ooniH0us
Best regards