dolthub / hosted-issues

Issues for hosted.doltdb.com
https://hosted.doltdb.com
2 stars 0 forks source link

Create deployment via API #117

Open tbantle22 opened 1 year ago

tbantle22 commented 1 year ago

Expose an API endpoint for creating databases. Could later be extended to operations such as rebooting an instance or creating a backup.

This would require some kind of authentication model (like API tokens). Can use our unofficial graphql api in the meantime