Skip to main content
Glama

delete_ranges_by_status

Remove cyber ranges by status to clean up failed deployments or test environments. Requires confirmation for safety.

Instructions

Delete all ranges matching a specific status (requires confirmation).

Useful for cleaning up failed deployments or test ranges.

Args: status_filter: Status to filter by (e.g., "ERROR", "FAILED", "DEPLOYING") confirm: Must be set to True to actually delete (safety measure)

Returns: Deletion results for matching ranges

Example: # Delete all ranges with ERROR status result = await delete_ranges_by_status( status_filter="ERROR", confirm=True )

Safety: - Requires confirm=True to prevent accidental deletion - Shows preview of what will be deleted - Cannot be undone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
status_filterYes
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