Modifying a Schedule

Explains how to modify a schedule using either the Control System or the CLI.

Modifying a Schedule Using the Control System

About this task

When you modify a schedule, the new set of rules replaces any existing rules for the schedule. To edit a schedule, in the Schedules tab under Data > Volumes:
NOTE The Volumes page is under the Volumes menu in the Kubernetes version of the Control System.

Procedure

  1. Click the schedule name of the schedule to edit.
    The Edit Schedule dialog displays.
  2. Modify the schedule as desired:
    1. Change the schedule name in the Schedule Name field.
    2. Add, modify, or remove rules in the SCHEDULE RULE section.
      Here:
      Frequency Specifies the frequency (Once, Yearly, Monthly, Weekly, Daily, Hourly, Every X minutes).
      Time Specifies the point of time within the specified frequency to perform the scheduled action. This is available only if the selected frequency is Once, Yearly, Monthly, Weekly, or Daily.
      Retain for Specifies how long the data should be preserved.
      To add another rule, click Add Another and to remove a rule, click .
  3. Click Save Changes for the changes to take effect.

Modifying a Schedule Using the CLI or REST API

About this task

The basic command to modify a schedule is:

maprcli schedule modify -id <schedule ID> -rules <JSON>

For complete reference information, see schedule modify.