Skip to main content
POST
/
remnawave
/
nodes
/
restart
Restart All Nodes
curl --request POST \
  --url https://api.example.com/remnawave/nodes/restart \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "detail": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

success
boolean
required
detail
string | null