Cancel Workflow Run
curl --request POST \
--url https://api.sixtyfour.ai/workflows/cancel \
--header 'Content-Type: application/json' \
--data '{}'{
"job_id": "<string>",
"status": "<string>"
}Workflows
Cancel Workflow Run
Cancel an in-progress workflow run.
POST
/
workflows
/
cancel
Cancel Workflow Run
curl --request POST \
--url https://api.sixtyfour.ai/workflows/cancel \
--header 'Content-Type: application/json' \
--data '{}'{
"job_id": "<string>",
"status": "<string>"
}Headers
Query Parameters
Run job_id to cancel
Body
application/json
The body is of type Body · object.
Was this page helpful?
⌘I