Skip to main content
Glama

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")

# Then confirm deletion result = await delete_range_by_user( user_id="testuser", confirm=True )

Safety: - Requires confirm=True to prevent accidental deletion - Shows range details before deletion - Cannot be undone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
confirmNo

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