GET
/
api
/
servers
/
{serverId}
{
  "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>"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key here

Path Parameters

serverId
string
required

ID of the server to retrieve

Response

200
application/json

Server details retrieved successfully

The response is of type object.