nodes_disable_node
Disables a specified node in the Remnawave panel by its UUID. Use to take a node offline for maintenance or troubleshooting.
Instructions
POST /api/nodes/{uuid}/actions/disable Disable a node Tags: Nodes Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |