Skip to main content
MUTATION
triggerBoltRun(branch: String, commands: [String!], prNumber: Int, reason: String, scheduleName: String, slug: String): TriggerBoltRun

Arguments

branch
String
commands
[String!]
prNumber
Int
reason
String

Optional freeform reason/label describing why or from where the run was triggered (e.g. the application that made the call).

scheduleName
String
deprecated

Deprecated alias for slug. Carries a slug, not a display name.

Use `slug` instead.
slug
String

The schedule slug returned by createBoltSchedule.

ok
Boolean!
runId
Int!
Mutation
Response