cURL
curl --request POST \ --url https://api.dscloud.pt/v3/db/create \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "id": "003dd41a", "name": "example_database", "ip": "eu-01.db.dscloud.pt", "user": "userdb", "password": "1OS]a+y2v9GK),hL", "type": "mysql", "created_at": "2025-01-28T12:00:00Z" } }
Create a new database for your applications.
success
error
Show Database Details
mysql
mongodb
Was this page helpful?