Skip to main content
Glama

delete_range

Permanently removes a cyber range environment and all associated virtual machines, snapshots, and data. Use this tool to clean up testing environments after completing security research or training exercises.

Instructions

Delete the entire range.

Permanently removes the range and all associated VMs, snapshots, and data.

Important: If a deployment is in progress, abort it first with abort_range_deployment().

Args: confirm: Confirmation flag (must be True to proceed) user_id: Optional user ID (admin only)

Returns: Range deletion result

Example: # Delete current user's range (after aborting if needed) result = await delete_range(confirm=True)

Workflow: 1. If deployment is active: abort_range_deployment() 2. Then delete: delete_range(confirm=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
user_idNo

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjnull/Ludus-FastMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server