Cancel Custom Harness
Cancel a running custom harness creation workflow.
Uses harness_id to load the harness from S3, then the harness’s workflow_id to load the workflow. If workflow_specific_fields (task_id, session_id) are present, sends cancel to the agent; otherwise marks the workflow as cancelled so the worker will not overwrite with success/failure. Requires agent:write permission.
POST
Cancel Custom Harness
Last modified on April 21, 2026
Previous
Get Custom Harness PromptsReturn taxonomy prompts from ``harness_prompts.jsonl`` for a custom harness.
Served by service-diamond; loads JSONL from the team custom-harness S3 path.
Does not read Trust Score ``prompt.jsonl``.
Returns an empty list if the file is missing or empty (e.g. harness still in DRAFT).
Requires agent:read permission.
Next
Cancel Custom Harness