Remove Codegen from a PR.
This endpoint performs the same action as banning all checks but with more user-friendly naming. It:
cURL
curl --request POST \ --url https://api.codegen.com/v1/organizations/{org_id}/agent/run/remove-from-pr \ --header 'Content-Type: application/json' \ --data ' { "agent_run_id": 123, "before_card_order_id": "<string>", "after_card_order_id": "<string>" } '
{ "message": "You do not have access to this organization.", "status_code": 403 }
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
Was this page helpful?