Skip to main content
Glama

EVE-NG MCP Server

by moimran

wipe_all_nodes

Reset all nodes in an EVE-NG lab to factory state, removing user configurations like startup-configs and VLANs. Ensures nodes rebuild from selected images upon next start.

Instructions

Wipe all nodes in a lab (reset to factory state). This tool wipes all nodes in the lab, deleting all user configuration including startup-configs, VLANs, and other settings. The next start will rebuild all nodes from their selected images.

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": "wipe_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