delete_lab
Delete a lab from EVE-NG by matching its name or path, with a search-and-confirm process to avoid accidental removal.
Instructions
Delete exactly one lab, matched by path OR name substring (case-insensitive).
Search -> select -> confirm flow (see module docs). Searches
recursively under search_path (EVE-NG's API has no server-side
search). Matching is a case-insensitive substring match against
path or file name -- "test" matches "test.unl", "testing.unl", and
"/User1/test.unl" alike. Only one lab can be deleted per call.
Args: name: Lab file name/path, or a fragment of one, to delete, e.g. "test", "test.unl", or "/User1/test.unl". Required. search_path: Folder to search from, default "/" (the whole server). selection: When multiple labs matched, the number or exact path/name of the one to delete. confirm: Set true on the final call to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| confirm | No | ||
| selection | No | ||
| search_path | No | / |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||