Skip to main content
Glama

EVE-NG MCP Server

by moimran

delete_node

Permanently remove a node from an EVE-NG lab. Specify the lab path and node ID to delete the node and all associated data. This action is irreversible.

Instructions

Delete a node from a lab. This tool permanently removes a node from the lab. All node data and configuration will be lost. This action cannot be undone.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "DeleteNodeArgs": { "description": "Arguments for delete_node tool.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" }, "node_id": { "description": "Node ID to delete", "title": "Node Id", "type": "string" } }, "required": [ "lab_path", "node_id" ], "title": "DeleteNodeArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/DeleteNodeArgs" } }, "required": [ "arguments" ], "title": "delete_nodeArguments", "type": "object" }

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/moimran/eveng-mcp'

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