Gluecrawl
Schedules

Remove a Schedule

Clear the schedule from a job.

DELETE/v1/jobs/:id/schedule
Requires authentication

Clears any recurring schedule from the job.

Path parameters

NameTypeDescription
idrequireduuidJob whose schedule should be removed.
curl -X DELETE 'https://api.gluecrawl.ai/v1/jobs/JOB_ID/schedule' \  -H "Authorization: Bearer glue_yourApiKeyHere"

Responses

Successful removal returns no body.