Updates an existing automation. Only the fields provided in the request body will be updated.
Documentation Index
Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
The unique identifier of the automation
Request body for updating an automation. Only provided fields are updated.
New name
New description
Replace triggers. Duplicates are not allowed: at most one cron trigger, and at most one GitHub or Sentry trigger per event (e.g. two triggers for pull_request.opened is rejected, but pull_request.opened + pull_request.synchronize is fine).
New prompt
Move this automation to a different environment.
Enable or disable the automation
New lifecycle policy
default, delete_when_done, delete_after_inactivity New inactivity timeout in minutes (set to null to clear)
3 <= x <= 1440Automation updated successfully
Response containing a single automation
An automation record