Skip to main content

prefect.cli.flow_run

Flow run command — native cyclopts implementation. Interact with flow runs.

Functions

inspect

inspect(id: UUID)
View details about a flow run.

ls

ls()
View recent flow runs or flow runs for specific flows.

delete

delete(id: UUID)
Delete a flow run by ID.

cancel

cancel(id: UUID)
Cancel a flow run by ID.

retry

retry(id_or_name: str)
Retry a failed or completed flow run.

logs

logs(id: UUID)
View logs for a flow run.

execute

execute(id: Optional[UUID] = None)
Execute a flow run by ID.