Command Palette
Search for a command to run

Trigger a cron job

Manually trigger a cron job to run immediately outside of its regular schedule

POST
/auth/v1/seed/{namespace}/projects/{proj}/crons/{id}/trigger

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.

Previous Update a cron job

Next Delete a cron job