Ban all checks for a PR and stop all related agents.
This endpoint:
cURL
curl --request POST \ --url https://api.codegen.com/v1/organizations/{org_id}/agent/run/ban \ --header 'Content-Type: application/json' \ --data '{ "agent_run_id": 123, "before_card_order_id": "<string>", "after_card_order_id": "<string>" }'
"<any>"
Kanban order key of the card that should come before this agent run in the CANCELLED column
Kanban order key of the card that should come after this agent run in the CANCELLED column
Successful Response
The response is of type any.
any
Was this page helpful?