Skip to Content

POST /test/stop

Stop Test

Stop current test execution.

Request Body (TestStopPayload)

FieldTypeRequiredDescription
invocation_idstringYesUUID of the test invocation to stop
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to emit/discard the staged stop
softbooleanNoStage the stop (record intent without emitting); accept emits it
acceptbooleanNoAck: True emits the staged stop, False discards. Only meaningful with idempotency_key

Response (StopTestApiResponse)

FieldTypeRequiredDescription
invocation_idstringYes
successbooleanYes
messagestringNo
idempotency_keystringNo
Last updated on