Restart Server
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/flux/restart_server \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "server restarting"
}Z Image Turbo API
Restart Server
This endpoint is used to restart your dedicated server.
POST
/
flux
/
restart_server
Restart Server
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/flux/restart_server \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "server restarting"
}Request
Send aPOST request to below endpoint to restart your dedicated server.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/z_image_turbo/restart_server' \
Body
json
{
"key": "enterprise_api_key"
}
Body
application/json
Your API key
Response
200 - application/json
Server restarting
Was this page helpful?
⌘I

