Skip to main content
Glama
TrackLine
by TrackLine

nodes_restart_all

Restart all VPN nodes to resolve connectivity issues, apply configuration changes, or perform system maintenance on the Remnawave panel.

Instructions

Restart all nodes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool 'nodes_restart_all' is registered and implemented within src/tools/nodes.ts. It calls the client's 'restartAllNodes' method.
    server.tool(
        'nodes_restart_all',
        'Restart all nodes',
        {},
        async () => {
            try {
                const result = await client.restartAllNodes();
                return toolResult(result);
            } catch (e) {
                return toolError(e);
            }
        },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TrackLine/mcp-remnawave'

If you have feedback or need assistance with the MCP directory API, please join our Discord server