Removes a schedule.
A schedule can only be removed if it is not associated with any volumes. See volume modify.
maprcli schedule remove
[ -cluster <cluster> ]
-id <schedule ID>
| Request Type | POST |
| Request URL | |
| Parameter | Description |
|---|---|
cluster |
The cluster on which to run the command. |
id
|
The ID of the schedule to remove. |
Remove schedule with ID 0:
maprcli schedule remove -id 0
https://abc.sj.us:8443/rest/schedule/remove?id=0