Authorizations
Enter your API key here
Path Parameters
ID of the server to retrieve
Response
Server details retrieved successfully
The response is of type object
.
{
"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>"
}
}
{
"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>"
}
}
Enter your API key here
ID of the server to retrieve
Server details retrieved successfully
The response is of type object
.
Was this page helpful?