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:
ludus range abortludus 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
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| user_id | No |