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
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:

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