curl --request PATCH \
--url https://api.siftstack.com/api/v2/runs:stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": "<string>"
}
'{}Set the stop time of a run to the current time. To set the stop time of a run to an arbitrary time see UpdateRun.
curl --request PATCH \
--url https://api.siftstack.com/api/v2/runs:stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The request for a call to RunService_StopRun to stop a run.
The request for a call to RunService_StopRun to stop a run.
A successful response.
The response of a call to RunService_StopRun to stop a run.
Was this page helpful?