Skip to main content

prefect.cli.artifact

Artifact command — native cyclopts implementation. Inspect and delete artifacts.

Functions

list_artifacts

list_artifacts()
List artifacts.

inspect

inspect(key: str)
View details about an artifact.

delete

delete(key: Annotated[Optional[str], cyclopts.Parameter(help='The key of the artifact to delete.')] = None)
Delete an artifact.