Skip to main content
POST
/
remnawave
/
nodes
/
{node_uuid}
/
actions
Manage Node
curl --request POST \
  --url http://localhost:8080/remnawave/nodes/{node_uuid}/actions \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "enable"
}
'
{
  "success": true,
  "detail": "<string>"
}

Path Parameters

node_uuid
string
required

Body

application/json
action
enum<string>
required
Available options:
enable,
disable,
restart

Response

Successful Response

success
boolean
required
detail
string | null