This API v2 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"name": "api_db"
}
curl --location -g --request POST 'https://manage.runcloud.io/api/v2/servers/{{serverId}}/databases' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "api_db"
}'
{
"id": 499,
"name": "dbvalorant",
"collation": null,
"created_at": "2024-07-18 03:27:42"
}