Skip to main content
Glama

EVE-NG MCP Server

by moimran

stop_node

Gracefully stop a running node in an EVE-NG lab, preserving its state. Specify the lab path and node ID to shut down the targeted network emulation component.

Instructions

Stop a specific node. This tool stops a running node in the lab. The node will be gracefully shut down and its state will be preserved.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "NodeControlArgs": { "description": "Arguments for node control operations.", "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 control", "title": "Node Id", "type": "string" } }, "required": [ "lab_path", "node_id" ], "title": "NodeControlArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/NodeControlArgs" } }, "required": [ "arguments" ], "title": "stop_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