Stop a running job
import requests
url = "https://{FUSION HOST}/api/scheduler/jobs/{id}"
response = requests.delete(url)
print(response.text)This response has no body data.Stop a currently-running job.
DELETE
/
scheduler
/
jobs
/
{id}
Stop a running job
import requests
url = "https://{FUSION HOST}/api/scheduler/jobs/{id}"
response = requests.delete(url)
print(response.text)This response has no body data.Path Parameters
The schedule ID.
Response
200 - undefined
Was this page helpful?
⌘I