Update an existing scheduled task. Only the id field is required; any additional fields you include will be updated on the task. The response shape matches the GET endpoint (an array containing the updated task).
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Recoup API key. Learn more.
JSON object with id and optional fields to merge onto the task.
UUID of the task to update
"aade2bce-55c7-468e-a606-c4e76fb2ea2a"
New descriptive title. If sent, must be a non-empty string.
1"Weekly Genre Pulse Check (Updated)"
New instruction/prompt executed by the task. If sent, must be a non-empty string.
1"Execute this weekly genre analysis workflow and email a summary to the team."
New cron expression. If sent, must be non-empty and valid for your environment.
1"0 10 * * 4"
UUID of the account to update the task for. Only applicable when the authenticated account has access to multiple accounts via organization membership. If not provided, the task is updated for the API key's own account.
"848cd58d-700f-4b38-ab4c-d9f52a1b2c3d"
UUID of the artist account to associate with the task after update
"1873859c-dd37-4e9a-9bac-80d35a1b2c3d"
Whether the task is enabled (true / false), or null to clear an explicit override depending on server rules.
true
AI model identifier to use when the task runs. If sent, must be a non-empty string.
1"claude-sonnet-4-20250514"