maestro_abort
Cancel an active MAESTRO interview and immediately free up resources.
Instructions
Abort and cleanup a MAESTRO session.
Use this to cancel an in-progress interview and free resources. Sessions automatically expire after 1 hour, but you can use this to immediately cleanup if needed.
Args: session_id: Session ID to abort
Returns: Dict containing: - success: True if session was aborted, False if not found - message: Human-readable status message
Example: # Abort an active session result = await maestro_abort(session_id="maestro_abc123") if result["success"]: print("Session aborted successfully")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |