POST
/
voice-cloning
/
restart_server
Enterprise: Restart Server Endpoint
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/voice-cloning/restart_server \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'
{
  "status": "success",
  "message": "Operation completed successfully"
}

Request

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

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json
key
string
required

Your API key

Response

Success

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"