Python
import requests url = "https://{FUSION_HOST}/job-config/jobs/{resource}/schedule" response = requests.delete(url) print(response.text)
Reset the schedule for the specified job.
The job ID.
The app to which a job belongs, formatted as app:APP_NAME.
app:APP_NAME
No Content
Was this page helpful?