Skip to main content

prefect.cli.flow_run

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

Functions

inspect

View details about a flow run.

ls

View recent flow runs or flow runs for specific flows.

delete

Delete a flow run by ID.

cancel

Cancel a flow run by ID.

retry

Retry a failed or completed flow run.

logs

View logs for a flow run.

watch

Watch a flow run until it reaches a terminal state.

execute

Execute a flow run by ID.