curl --location --request GET 'https://barrack.ai/api/barrack/details//'{
"success": true,
"instance": {
"instance_id": "BRK-123456D",
"name": "ml-training-server",
"region": "FINLAND-1",
"status": "RUNNING",
"specs": {
"gpu_type": "H100-SXM5-80GB",
"gpu_count": 4,
"cpu": 32,
"ram": 256
},
"volume_attachments": [
{
"name": "os-volume",
"volume_id": "BRK-V001",
"volume_type": "NVMe",
"size": 100,
"bootable": true
}
]
}
}