Skip to main content
POST
/
restart_server
Restart Server
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/3d/restart_server \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "enterprise_api_key"
}'
{
  "message": "<string>",
  "status": "success"
}

Request

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

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your enterprise API key used for request authorization

Example:

"enterprise_api_key"

Response

Server restart initiated

message
string
required

Action message

status
enum<string>
required

Status of the action

Available options:
success,
error
I