Stop all running jobs
import requests
url = "https://{FUSION HOST}/api/scheduler/jobs"
response = requests.delete(url)
print(response.text)[
"<string>"
]Stop all currently-running jobs.
DELETE
/
scheduler
/
jobs
Stop all running jobs
import requests
url = "https://{FUSION HOST}/api/scheduler/jobs"
response = requests.delete(url)
print(response.text)[
"<string>"
]Response
200 - application/json
successful operation
Was this page helpful?
⌘I