Suspend Jobs
To suspend the scheduled execution of all snapshot jobs, use a URL in the form:
http://app-server:port/presto/edge/api/rest/meta/scheduler/suspendall
To suspend the schedule execution of a specific snapshot job, use a URL in the form:
http://app-server:port/presto/edge/api/rest/meta/scheduler/suspendjob?user=username&job=jobname
Both the user and job parameters are required.