Drop Job Schedule
Delete a schedule for a Magpie job.
Syntax
alter job <job reference> drop schedule [if exists] <schedule name>
Parameters
schedule name
String — Name of the schedule to delete for the specified job.
job reference
String — Name of the job to delete the schedule for, optionally qualified by the project name.
Options
if exists
Only drop the schedule if it exists.