Scenarios Runs
Complete a ScenarioRun.
Complete a currently running ScenarioRun. Calling complete will shutdown underlying Devbox resource.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ScenarioRun ID.
Response
200 - application/json
OK
A ScenarioRunView represents a single run of a Scenario on a Devbox. When completed, the ScenarioRun will contain the final score and output of the run.