Skip to main content
Question

APIS to start or stop a schedule

  • August 29, 2023
  • 1 reply
  • 24 views

Is there any separate API for start or stop a scheduler task. ?

Rishi
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • September 4, 2023

Hi @kushal_upadhyay Yes, you can use below API call various schedular task

POST

https://cloud.streamsets.com/scheduler/rest/v2/jobs/{id}/o:action/{pageId}

 

 


Reply