Cancel test execution
Cancels a test execution.
POST
https://api.futureagi.com/simulate/test-executions/{test_execution_id}/cancel/ Authentication
Path parameters
test_execution_id
The test execution ID. Must be in pending, running, or evaluating state.
Request body
(empty)
No body required. Send {}.
Response
200 OK success
Whether the cancellation was accepted.
message
Confirmation message.
test_execution_id
UUID of the cancelled test execution.
Errors
400
Execution is already in a terminal state.
401
Invalid or missing credentials.
404
Test execution not found.
500
Unexpected server error.