Create
Create a timezone-aware cron job. Missed schedules are skipped.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Query Parameters
Environment slug to scope this operation to. Defaults to "production". An environment that does not exist on the project answers 404. The cron job is created in the addressed environment.
^[a-z][a-z0-9-]{0,38}$Body
^[a-z][a-z0-9-]{1,61}$Exactly one same-environment target: a signed project-relative HTTP invocation or a queue publication.
- Option 1
- Option 2
allow, skip, replace Target timeout in seconds, bounded below the durable execution lease.
1 <= x <= 840Response
Cron job created.
^[a-z][a-z0-9-]{1,61}$Five-field cron expression.
IANA timezone name. Defaults to UTC.
Missed invocations are skipped; catch-up is not performed at launch.
false Exactly one same-environment target: a signed project-relative HTTP invocation or a queue publication.
- Option 1
- Option 2
allow, skip, replace Target timeout in seconds, bounded below the durable execution lease.
1 <= x <= 840