Skip to main content
Glama

abort_and_remove_range

Stop active deployments and delete cyber range environments in one operation. Use this tool to terminate testing scenarios and clean up resources.

Instructions

Abort any active deployment and then remove the range.

This is a convenience function that combines abort_range_deployment() and delete_range(). Equivalent to running:

  1. ludus range abort

  2. ludus rm (with confirmation)

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

Returns: Combined abort and deletion results

Example: # Abort and remove current user's range result = await abort_and_remove_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