Alter Job Schedule Field
Update the value of a single field in the definition of a job schedule.
Syntax
alter job schedule <job schedule reference> set <job schedule field name> <value>
Parameters
job schedule reference
String — The name of the schedule qualified by a job that is optionally qualified by a project.
job schedule field name
String — A field from the schedule specification. Nested fields can be set using dot notation, and field names are matched case-insensitively.
value
String, Number, Boolean, JSON, or List — The new value for the field. Strings must be quoted. Use none to clear a field that is optional in the specification.