Skip to main content
MUTATION
cancelGitHubActionsWorkflowRun(codebaseRepositoryId: ID!, workflowRunId: ID!, force: Boolean!, source: GitHubRequestSource!): Boolean!

Arguments

codebaseRepositoryId
ID!
required

Identifier of the codebase repository.

workflowRunId
ID!
required

Identifier of the workflow run.

force
Boolean!
default:false

Whether force applies to the operation. Defaults to false.

source

The source used to filter or perform the operation.

Returns

Boolean!
Mutation
Variables
Response