curl --request GET \
--url https://api.example.com/api/servers/{serverId} \
--header 'Authorization: Bearer <token>'{
"data": {
"modelFile": {
"id": "<string>",
"name": "<string>",
"localPath": "<string>",
"isDownloaded": true,
"quantization": "<string>"
},
"serverConfig": {
"modelFileName": "<string>",
"apiParams": {},
"loadParams": {},
"inferParams": {},
"logsDir": "<string>"
},
"server": {
"host": "<string>",
"port": 123
},
"tag": "<string>",
"status": "STARTING",
"serverProcessId": 123,
"id": "<string>"
}
}curl --request GET \
--url https://api.example.com/api/servers/{serverId} \
--header 'Authorization: Bearer <token>'{
"data": {
"modelFile": {
"id": "<string>",
"name": "<string>",
"localPath": "<string>",
"isDownloaded": true,
"quantization": "<string>"
},
"serverConfig": {
"modelFileName": "<string>",
"apiParams": {},
"loadParams": {},
"inferParams": {},
"logsDir": "<string>"
},
"server": {
"host": "<string>",
"port": 123
},
"tag": "<string>",
"status": "STARTING",
"serverProcessId": 123,
"id": "<string>"
}
}Was this page helpful?