Human-in-the-Loop
End Run Pair
delete/api/v1/runs/{id}/pair/{pair_id}
Path parameters
idstring required
Unique run identifier (ULID).
pair_idstring required
Durable run pair identifier.
Example:01HZX6M29F1CD5YYMHT1F5D7WQ
Response
Pair ended
Example response
{
"pair_id": "01HZX6M29F1CD5YYMHT1F5D7WQ",
"target": {
"stage_id": "code@1",
"node_label": "Code"
}
}