prefect automation
Manage automations.
prefect automation ls
List all automations.
prefect automation inspect
Inspect an automation.
Arguments
Arguments
string
An automation’s name.
Example:
prefect automation resume
Resume an automation.
Example:
prefect automation enable
Resume an automation.
Example:
prefect automation pause
Pause an automation.
Example:
prefect automation disable
Pause an automation.
Example:
prefect automation delete
Delete an automation.
Example:
prefect automation create
Create one or more automations from a file or JSON string.
Example:
prefect automation update
Update an existing automation from a file or JSON string.
Example: