Mutation
Variables
Response
suspendBoltSchedule
Suspend or resume a bolt schedule by slug.
Identify the schedule with slug (preferred) or scheduleName (deprecated
alias kept for backwards compatibility with older SDKs — both fields carry a
slug, not a display name). Exactly one of the two must be provided.
MUTATION
suspendBoltSchedule(scheduleName: String, slug: String, suspend: Boolean!): SuspendBoltScheduleArguments
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.
suspend
Boolean!
required
Returns
ok
Boolean!
Mutation
Variables
Response