POST   scenario/abort/{runId}

Tries to abort all scenario jobs

URL Parameters

NameDescription
runId

Id of scenario run

Response body model example and description

{
  "run_id": 64442,
  "result": true,
  "message": "All ok"
}
Name Type Description
run_id Integer

The ID of the scenario run

result Boolean

The result of operation

message String

The status message in case of error

;