Skip to main content
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)

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

resource
string
required

The job ID.

Query Parameters

context
string

The app to which a job belongs, formatted as app:APP_NAME.

Response

204

No Content