delete_lab
Permanently remove a lab and all associated resources from the EVE-NG server using a specified lab path. This action is irreversible and deletes all data linked to the lab.
Instructions
Delete a lab from EVE-NG.
This tool permanently deletes a lab and all its associated resources from the EVE-NG server. This action cannot be undone.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lab_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"lab_path": {
"title": "Lab Path",
"type": "string"
}
},
"required": [
"lab_path"
],
"title": "delete_labArguments",
"type": "object"
}