Cron

Function scheduling and management

Usage

An agent can schedule a function to trigger code in a specific calendar, to handle this you can use function crons endopoint.

In order to prevent prompt adoption this crons can´t be edited or altered wihotut a new function version.

POST /function/crons

Crons will handle your scheduled operations

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Required
Description

function

string

Function name

Response

{
  "crons": [
    {"starting_date" : "dd-mm-aa"}
  ],
  "error": null
}

Last updated

Was this helpful?