Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect.cli.automation
Automation command — native cyclopts implementation.
Manage automations.
Functions
List all automations.
inspect
inspect(name: Annotated[Optional[str], cyclopts.Parameter(show=False)] = None)
Inspect an automation.
resume
resume(name: Annotated[Optional[str], cyclopts.Parameter(show=False)] = None)
Resume an automation.
pause
pause(name: Annotated[Optional[str], cyclopts.Parameter(show=False)] = None)
Pause an automation.
delete
delete(name: Annotated[Optional[str], cyclopts.Parameter(show=False)] = None)
Delete an automation.
create
Create one or more automations from a file or JSON string.
update
Update an existing automation from a file or JSON string.