curl --request POST \
--url https://api.skyvern.com/v1/runs/{run_id}/cancel{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cancel a run (task or workflow)
curl --request POST \
--url https://api.skyvern.com/v1/runs/{run_id}/cancel{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The id of the task run or the workflow run to cancel.
Successful Response