English
Get all status info related with a single database
cURL
curl --request GET \ --url https://api.squarecloud.app/v2/databases/{databaseId}/status \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "cpu": "0.54%", "ram": "111.32MB", "status": "running", "running": true, "storage": "210.1MB", "network": { "total": "16.83KB ↑ 126B ↓", "now": "0B ↑ 0B ↓" }, "uptime": 1755028584438 } }
success
error
Show Toggle object
Was this page helpful?