delete_range_by_user
Delete a specific user's cyber range environment with confirmation to prevent accidental data loss. Requires user ID and explicit confirmation for safety.
Instructions
Delete a specific user's range (requires confirmation).
This tool allows you to selectively delete a single range by user ID, rather than destroying all ranges. Requires explicit confirmation.
Args: user_id: User ID whose range to delete confirm: Must be set to True to actually delete (safety measure)
Returns: Deletion result with confirmation details
Example: # First, check what you're deleting range_info = await get_range_by_user(user_id="testuser")
Safety: - Requires confirm=True to prevent accidental deletion - Shows range details before deletion - Cannot be undone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| confirm | No |