schedule remove

Removes a schedule.

A schedule can only be removed if it is not associated with any volumes. See volume modify.

Syntax

CLI
maprcli schedule remove
    [ -cluster <cluster> ] 
    -id <schedule ID>
REST
Request Type POST
Request URL
http[s]://<host>:<port>/rest/schedule/remove?<parameters>

Parameters

Parameter Description
cluster The cluster on which to run the command.
id The ID of the schedule to remove.

Examples

Remove schedule with ID 0:

maprcli schedule remove -id 0
https://abc.sj.us:8443/rest/schedule/remove?id=0