Skip to main content
DELETE
/
jobs
/
{resource}
/
schedule
Reset the schedule for the specified job
import requests

url = "http://api/apollo/jobs/{resource}/schedule"

response = requests.delete(url)

print(response.text)

Path Parameters

resource
string
required

The job ID

Response

default

successful operation