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