Python SDK Reference
automations
prefect.automations
Classes
Automation
Methods:
create
Create a new automation.
Examples:
update
Updates an existing automation.
Examples:
read
Read an automation by ID or name.
Examples:
delete
Delete an automation.
Examples:
disable
Disable an automation.
Raises:
ValueError
: If the automation does not have an idPrefectHTTPStatusError
: If the automation cannot be disabled
Example:
enable
Enable an automation.
Raises:
ValueError
: If the automation does not have an idPrefectHTTPStatusError
: If the automation cannot be enabled
Example: