Skip to main content
Glama
TrackLine
by TrackLine

hwid_device_delete

Remove a specific hardware identification (HWID) device from the Remnawave VPN panel by providing its UUID to manage device access and security.

Instructions

Delete a specific HWID device

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceUuidYesHWID device UUID to delete

Implementation Reference

  • The hwid_device_delete tool is registered here and calls client.deleteHwidDevice to perform the deletion.
    server.tool(
        'hwid_device_delete',
        'Delete a specific HWID device',
        {
            deviceUuid: z.string().describe('HWID device UUID to delete'),
        },
        async ({ deviceUuid }) => {
            try {
                const result = await client.deleteHwidDevice(deviceUuid);
                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