Skip to Content

POST /test/start

Start Test

Create a new test.

Request Body (TestStartPayload)

FieldTypeRequiredDescription
eval_idstringYesUUID of the eval to test
infinite_modebooleanNoWhether to run in infinite mode
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to activate/reject the staged test
softbooleanNoStage the test dormant (test+benchmark_test active=False); accept activates it
acceptbooleanNoAck: True activates the staged test, False rejects. Only meaningful with idempotency_key

Response (StartTestApiResponse)

FieldTypeRequiredDescription
test_idstringYes
invocation_idstringNo
benchmark_idstringNo
idempotency_keystringNo
Last updated on