ExecutionActionRequest

ExecutionActionRequest
ExecutionActionRequest

Request body for acting on an Execution.

JSON Example
{
    "reason": "Pipeline cancelled due to infra issues.",
    "tags": [
        {
            "key": "env",
            "value": "dev"
        }
    ]
}
string
reason
Optional

Reason for performing the action on the given Execution.

array of string
tags
Optional

A set of tag keys and optional values that were set on on the resource.