Crons allow you to schedule the execution of functions
List all crons
List all the cronjobs in a specified region.
path Parameters
regionThe region you want to target
query Parameters
function_idUUID of the function.
pagePage number.
page_sizeNumber of crons per page.
order_byOrder of the crons.
List all crons › Responses
Array of crons.
total_countTotal number of crons.
Create a new cron
Create a new cronjob for a function with the specified ID.
path Parameters
regionThe region you want to target
Create a new cron › Request Body
function_idUUID of the function to use the cron with.
scheduleSchedule of the cron in UNIX cron format.
Arguments to use with the cron.
nameName of the cron.
Create a new cron › Responses
idUUID of the cron.
function_idUUID of the function the cron applies to.
scheduleSchedule of the cron.
Arguments to pass with the cron.
statusStatus of the cron.
nameName of the cron.
Get a cron
Get the cron associated with the specified ID.
path Parameters
regionThe region you want to target
cron_idUUID of the cron to get.
Get a cron › Responses
idUUID of the cron.
function_idUUID of the function the cron applies to.
scheduleSchedule of the cron.
Arguments to pass with the cron.
statusStatus of the cron.
nameName of the cron.
Delete an existing cron
Delete the cron associated with the specified ID.
path Parameters
regionThe region you want to target
cron_idUUID of the cron to delete.
Delete an existing cron › Responses
idUUID of the cron.
function_idUUID of the function the cron applies to.
scheduleSchedule of the cron.
Arguments to pass with the cron.
statusStatus of the cron.
nameName of the cron.
Update an existing cron
Update the cron associated with the specified ID.
path Parameters
regionThe region you want to target
cron_idUUID of the cron to update.
Update an existing cron › Request Body
function_idUUID of the function to use the cron with.
scheduleSchedule of the cron in UNIX cron format.
Arguments to use with the cron.
nameName of the cron.
Update an existing cron › Responses
idUUID of the cron.
function_idUUID of the function the cron applies to.
scheduleSchedule of the cron.
Arguments to pass with the cron.
statusStatus of the cron.
nameName of the cron.