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 '
{
"action": "enable"
}
'{
"success": true,
"detail": "<string>"
}Управление нодой RemnaWave (включение, отключение, перезапуск).
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 '
{
"action": "enable"
}
'{
"success": true,
"detail": "<string>"
}