In our requirement we need to connect to ARGO instance and take necessary actions on the jobs.
So we are consuming ARGO java apis to connect to argo instance and performing the actions like suspend,resume,retry....
But i am not able to find apis for stopping/terminating cron jobs.
So how can i stop/terminate the cron jobs ?
There is no direct API for stopping/terminating cron jobs in ARGO. However, you can achieve the same using the ARGO API for getting the list of jobs and then deleting the job using the API for deleting a job.