Cancel Simulation
cancel_simulationStop a running AI agent simulation to halt long processes, correct mistakes, or abort problematic outputs while preserving partial data for analysis.
Instructions
Stop a running simulation. SIGTERMs the subprocess immediately and marks the simulation as stopped. Partial action log is preserved — you can still call get_report or simulation_data on a cancelled simulation for whatever data was produced before cancellation. Use this when a simulation is taking too long, was started by mistake, or is producing bad output you want to abort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| simulation_id | Yes | The simulation ID to cancel |