Skip to main content
POST
/
api
/
v1
/
graphify
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
cancel
Cancel run
curl --request POST \
  --url https://flowra.dev/api/v1/graphify/threads/{thread_id}/runs/{run_id}/cancel \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Path Parameters

thread_id
string
required

Thread ID

Example:

"b737d8af-a9e0-4251-9714-3fdc1126e5fb"

run_id
string
required

Run ID to cancel

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Query Parameters

wait
string
required
action
string
required

Response

Operation completed successfully