Skip to main content
Glama

EVE-NG MCP Server

by moimran

delete_lab_network

Permanently remove a network from a lab in EVE-NG MCP Server, disconnecting all related connections. Specify the lab path and network ID to execute this irreversible action.

Instructions

Delete a network from a lab. This tool permanently removes a network from the lab. All connections to this network will be lost. This action cannot be undone.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "DeleteNetworkArgs": { "description": "Arguments for delete_network tool.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" }, "network_id": { "description": "Network ID to delete", "title": "Network Id", "type": "string" } }, "required": [ "lab_path", "network_id" ], "title": "DeleteNetworkArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/DeleteNetworkArgs" } }, "required": [ "arguments" ], "title": "delete_lab_networkArguments", "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