Cron Job Management
Trigger Cron Job
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.
Path Parameters
Your A1Base account ID
The unique identifier of the cron job to trigger (UUID format)
Response
Execution result information
Manual triggers bypass the schedule and execute immediately. The job must be active (is_active: true
) to be triggered.
Use Cases
Important Notes
- The cron job must be active (
is_active: true
) to be triggered - Manual triggers count towards your API rate limits
- Execution follows the same retry logic as scheduled runs
- Webhook callbacks will be triggered as configured
Error Responses
404 Not Found
Cron job not found
400 Bad Request
Cron job is not active