Skip to main content
POST
/
remnawave
/
nodes
/
{node_uuid}
/
actions
Manage Node
curl --request POST \
  --url https://api.example.com/remnawave/nodes/{node_uuid}/actions \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "success": true,
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bedolagam.ru/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

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