nodes_enable_node
Enable a disabled Remnawave node by UUID to restore it to active service. Provide the UUID to trigger the enable action.
Instructions
POST /api/nodes/{uuid}/actions/enable Enable a node Tags: Nodes Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |