Skip to main content
PATCH
/
api
/
v2
/
runs:stop
StopRun
curl --request PATCH \
  --url https://your-sift-api-url.com/api/v2/runs:stop \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "runId": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to RunService_StopRun to stop a run.

runId
string
required

Response

A successful response.

The response of a call to RunService_StopRun to stop a run.