Schedules
Remove a Schedule
Clear the schedule from a job.
DELETE
/v1/jobs/:id/schedule- Authentication
- Bearer API key
- Request
- No body
- Response
- 204 No Content
- Billing
- No direct charge
- Execution
- Immediate
Clears any recurring schedule from the job.
Path parameters
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Job 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.