wipe_all_nodes
Reset all nodes in an EVE-NG lab to their factory state, deleting user configurations, VLANs, and startup settings. Use this tool to rebuild nodes 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
Name | Required | Description | Default |
---|---|---|---|
arguments | Yes |
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"
}