AIS Autostart Jobs
Is there any REST API available in JD Edwards EnterpriseOne AIS Scheduler to stop or disable an autostart job?
There is a REST API to stop a running scheduled job:
/jderest/v2/scheduler/stopjob/{endpoint}
But this stops the job execution, it does not directly disable autostart.