Cancel Agent Run
Cancel runs associated with an agent. If run_ids are passed in, cancel those in particular.
Note to cancel active runs associated with an agent, redis is required.
Authentication
AuthorizationBearer
Header authentication of the form Bearer <token>
Path parameters
agent_id
The ID of the agent in the format ‘agent-<uuid4>’
Request
This endpoint expects an object.
run_ids
Optional list of run IDs to cancel
Response
Successful Response