Skip to main content
POST
/
v1beta
/
findall
/
runs
/
{findall_id}
/
cancel
Cancel FindAll Run
import requests

url = "https://api.parallel.ai/v1beta/findall/runs/{findall_id}/cancel"

headers = {"x-api-key": "<api-key>"}

response = requests.post(url, headers=headers)

print(response.json())
"<any>"

Authorizations

x-api-key
string
header
required

Path Parameters

findall_id
string
required

Response

Successful Response

The response is of type any.