POST
/
text-to-video-ultra
/
restart_server
Enterprise: Restart Server Endpoint
curl --request POST \
  --url https://modelslab.com/api/v1/enterprise/text-to-video-ultra/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/ultra_video/restart_server' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body

application/json

Response

Success

The response is of type object.