curl --request DELETE \
--url https://{FUSION HOST}/api/scheduler/jobs
[
"<string>"
]
Stop all currently-running jobs.
curl --request DELETE \
--url https://{FUSION HOST}/api/scheduler/jobs
[
"<string>"
]
successful operation
The response is of type string[]
.
Was this page helpful?