Skip to Content

POST /attempt/stop

Attempt Stop

Request Body (AttemptStopRequest)

FieldTypeRequiredDescription
group_idstringYes
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, set to the server-minted soft key to perform/reject a staged stop
softbooleanNoStage the stop (record the intent without cancelling) — for composing a stop into a dormant benchmark scenario; accept performs it
acceptbooleanNoAck: True performs the staged stop, False discards. Only meaningful with idempotency_key

Response (AttemptStopResponse)

FieldTypeRequiredDescription
successbooleanYes
idempotency_keystringNoServer-minted soft-call key (audit call_id). On a soft propose, echo this back with accept to perform/reject the staged stop.
Last updated on