Skip to main content
Glama
TrackLine
by TrackLine

users_reset_traffic

Reset the traffic counter for a specific user in the Remnawave VPN panel to clear usage data and restart monitoring.

Instructions

Reset traffic counter for a Remnawave user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesUser UUID

Implementation Reference

  • The tool 'users_reset_traffic' is defined and registered using server.tool, calling client.resetUserTraffic to execute the reset logic.
    server.tool(
        'users_reset_traffic',
        'Reset traffic counter for a Remnawave user',
        {
            uuid: z.string().describe('User UUID'),
        },
        async ({ uuid }) => {
            try {
                const result = await client.resetUserTraffic(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