Manually trigger a cron job execution immediately, regardless of its schedule. This is useful for testing or when you need to run a job outside its normal schedule.
Your A1Base account ID
The unique identifier of the cron job to trigger (UUID format)
Execution result information
Manual triggers bypass the schedule and execute immediately. The job must be active (is_active: true
) to be triggered.
Testing New Endpoints
Test your endpoint before enabling scheduled execution:
is_active: false
is_active: true
when readyOn-Demand Execution
Run scheduled tasks outside their normal schedule:
Debugging Failed Jobs
When a scheduled execution fails:
Initial Data Load
Use manual triggers for initial setup:
is_active: true
) to be triggeredCron job not found
Cron job is not active