Skip to main content
POST
/
cabinet
/
admin
/
remnawave
/
nodes
/
restart-all
Restart All Nodes
curl --request POST \
  --url https://api.example.com/cabinet/admin/remnawave/nodes/restart-all \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "is_disabled": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response after node action.

success
boolean
required
message
string | null
is_disabled
boolean | null