Skip to main content
DELETE
/
scheduler
/
jobs
Stop all running jobs
import requests

url = "https://{FUSION HOST}/api/scheduler/jobs"

response = requests.delete(url)

print(response.json())
[
  "<string>"
]

Response

200 - application/json

successful operation

The response is of type string[].