POST
/
deepseek_chat
/
restart_server
Restart Server
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/deepseek_chat/restart_server \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "message": "Server restarting",
  "server_status": "restarting"
}

Request

Send a POST request to below endpoint to restart your dedicated server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/deepseek_chat/restart_server' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json

Response

200 - application/json

Server restart initiated

The response is of type object.