delete_lab_node
Remove one or more nodes from an EVE-NG lab by matching a partial node name. Use a search-select-confirm workflow to identify and delete the correct nodes without relying on IDs.
Instructions
Delete node(s) from a lab, matched by name substring (case-insensitive).
Matches on name only, never id. Search -> select -> confirm flow (see module docs). More than one node can be selected/deleted per call here.
Args: lab_path: Full path to the .unl lab file. name: Node name or a fragment of one to delete. Required. selection: When multiple nodes matched, the number(s) and/or exact name(s) of the one(s) to delete, space/comma separated. confirm: Set true on the final call to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| confirm | No | ||
| lab_path | Yes | ||
| selection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||