from parallel import Parallelclient = Parallel()client.beta.findall.cancel( findall_id="findall_56ccc4d188fb41a0803a935cf485c774",)print("FindAll run cancelled.")
Copy
Ask AI
{ "type": "error", "error": { "ref_id": "fcb2b4f3-c75e-4186-87bc-caa1a8381331", "message": "FindAll run not found" }}
FindAll API (Beta)
Cancel FindAll Run
Cancel a FindAll run.
POST
/
v1beta
/
findall
/
runs
/
{findall_id}
/
cancel
Python
Copy
Ask AI
from parallel import Parallelclient = Parallel()client.beta.findall.cancel( findall_id="findall_56ccc4d188fb41a0803a935cf485c774",)print("FindAll run cancelled.")
Copy
Ask AI
{ "type": "error", "error": { "ref_id": "fcb2b4f3-c75e-4186-87bc-caa1a8381331", "message": "FindAll run not found" }}