abort_and_remove_range
Abort active deployments and remove ranges in Ludus cyber range environments. This tool combines abort and delete operations for efficient range lifecycle management.
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 |