How delete job AutoSys example
To delete existing job from AutoSys there is no specific command is available. All you have to do is in-place of insert_job changes it delete_job as shown below:
To insert job you do this: insert_job: job_name job_type: c owner: owner machine: machine .... Now to delete existing job add below line to jil file: delete_job: job_name Then go to AutoSys and execute below command of jil file where you have saved delete job command: $ jil < jil_file_name
Reference: