For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edit a task

Change a scheduled task's cron or action.

Where: Tasks β†’ task β†’ Edit Β· /projects/<project>/tasks/<taskId>/edit

The same form as Create a task, loaded with the saved task. The header shows the task id (tsk_…) as a copyable link and an actions menu: Enable/Disable, Delete task... (with confirmation), and See documentation.

Screenshot TODO β€” capture comes from testing-plan area 12-scheduler.

What you can do here

Change any field β€” name, cron, initiator user, the email-campaign payload, the behaviour toggles β€” and press Save. A disabled task stays editable; a yellow bar reminds you: "This task is disabled, but you can still edit it."

Run history is not shown here yet β€” see Task run log for the current state of execution logs.

Use it from code

Scheduler β†’ Tasks

API reference

Endpoints: Get Scheduler Task, Save Scheduler Task, Delete Scheduler Task.

Last updated