Automations
Update Automation
PUT
/
api
/
automations
/
{id}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredBody
application/json
name
string
requiredThe name of this automation
description
string
default: A longer description of this automation
enabled
boolean
default: trueWhether this automation will be evaluated
trigger
object
requiredThe criteria for which events this Automation covers and how it will respond to the presence or absence of those events
actions
object[]
requiredThe actions to perform when this Automation triggers
actions_on_trigger
object[]
The actions to perform when an Automation goes into a triggered state
actions_on_resolve
object[]
The actions to perform when an Automation goes into a resolving state
Was this page helpful?