Skip to main content

prefect.cli.automation

Automation command — native cyclopts implementation. Manage automations.

Functions

ls

ls()
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()
Create one or more automations from a file or JSON string.

update

update()
Update an existing automation from a file or JSON string.