Skip to main content
Glama
TrackLine
by TrackLine

nodes_reset_traffic

Reset traffic counters for VPN nodes to clear usage data and restart monitoring cycles.

Instructions

Reset traffic counter for a node

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesNode UUID

Implementation Reference

  • The implementation of the nodes_reset_traffic MCP tool, which calls client.resetNodeTraffic with the provided node UUID.
    server.tool(
        'nodes_reset_traffic',
        'Reset traffic counter for a node',
        {
            uuid: z.string().describe('Node UUID'),
        },
        async ({ uuid }) => {
            try {
                const result = await client.resetNodeTraffic(uuid);
                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