Reset a schedule
import requests
url = "https://{FUSION_HOST}/job-config/jobs/{resource}/schedule"
response = requests.delete(url)
print(response.text)Reset a schedule
Reset the schedule for the specified job.
DELETE
/
job-config
/
jobs
/
{resource}
/
schedule
Reset a schedule
import requests
url = "https://{FUSION_HOST}/job-config/jobs/{resource}/schedule"
response = requests.delete(url)
print(response.text)Was this page helpful?
⌘I