Agent Schedules
Create schedule
Creates a schedule that runs the agent on a cron cadence. Only cron is accepted, as a 6-field expression firing at most once per hour: hourly 0 0 * * * *, daily 0 0 9 * * *, or weekly 0 0 9 * * 1.
post/v3/agents/{agent_key}/schedules
Path parameters
agent_keystring required
The unique routing key of the agent the schedule belongs to.
The unique routing key of the agent the schedule belongs to.
Request body
Response
Schedule created.