Skip to main content
Glama

EVE-NG MCP Server

by moimran

stop_all_nodes

Gracefully shut down all running nodes in a specified EVE-NG lab, preserving their states for future use. Ideal for efficient lab management and resource optimization.

Instructions

Stop all nodes in a lab. This tool stops all running nodes in the specified lab. All nodes will be gracefully shut down and their states preserved.

Input Schema

NameRequiredDescriptionDefault
argumentsYes

Input Schema (JSON Schema)

{ "$defs": { "BulkNodeControlArgs": { "description": "Arguments for bulk node operations.", "properties": { "lab_path": { "description": "Full path to the lab (e.g., /lab_name.unl)", "title": "Lab Path", "type": "string" } }, "required": [ "lab_path" ], "title": "BulkNodeControlArgs", "type": "object" } }, "properties": { "arguments": { "$ref": "#/$defs/BulkNodeControlArgs" } }, "required": [ "arguments" ], "title": "stop_all_nodesArguments", "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