Python
import requests url = "https://{FUSION HOST}/api/scheduler/jobs/{id}" response = requests.delete(url) print(response.json())
Stop a currently-running job.
The schedule ID.
Was this page helpful?