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