Alter Cluster Schedule Field
Update the value of a single field in the definition of a cluster schedule.
Syntax
alter cluster schedule <cluster schedule reference> set <cluster schedule field name> <value>
Parameters
cluster schedule reference
String — Name of the schedule to alter, qualified by the cluster it belongs to — for example nightly_cluster.stop_overnight.
cluster schedule field name
String — A field from the cluster 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.