Python
import requests url = "https://{FUSION_HOST}/job-launcher/launcher/{id}" response = requests.delete(url) print(response.text)
Delete the specified job.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The name of the job.
OK
Was this page helpful?