Update a cron job by ID.
Payload for updating a cron job. All fields are optional.
The cron schedule to execute this job on.
The end date to stop running the cron.
Metadata to merge with existing cron job metadata.
The configuration for the assistant.
Static context added to the assistant.
Webhook to call after LangGraph API call is done.
1 - 65536Nodes to interrupt immediately before they get executed.
* Nodes to interrupt immediately after they get executed.
* What to do with the thread after the run completes. 'delete' removes the thread after execution. 'keep' creates a new thread for each execution but does not clean them up.
delete, keep Enable or disable the cron job.
Success
Represents a scheduled task.
The ID of the cron.
The ID of the thread.
The end date to stop running the cron.
The schedule to run, cron format.
The time the cron was created.
The last time the cron was updated.
The run payload to use for creating new run.
Whether the cron job should be enabled. Disabled crons are not executed.
The ID of the assistant.
The ID of the user.
The next run date of the cron.
The cron metadata.