Command Palette
Search for a command to run

Delete a cron job

Delete a cron job from a project

DELETE
/auth/v1/seed/{namespace}/projects/{proj}/crons/{id}

Any currently running execution will complete, but no further runs will be scheduled.

Path parameters

namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
id
type: string
required
The cron job ID.