cURL
curl --request POST \ --url https://app.loadforge.com/api/v2/run/cancel/{run_id} \ --header 'Authorization: Bearer <token>'
{ "run_id": 123, "status": "<string>" }
Cancel a run
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of run to cancel
Run cancellation response
The response is of type object.
object
Was this page helpful?