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

Request

Send a POST request to below endpoint to update your dedicated server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/3d/update_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 update initiated

message
string
required

Action message

status
enum<string>
required

Status of the action

Available options:
success,
error