Skip to main content

prefect artifact

Inspect and delete artifacts.

prefect artifact ls

List artifacts.

Options

The maximum number of artifacts to return.
Whether or not to only return the latest version of each artifact.
Specify an output format. Currently supports: json

prefect artifact inspect

View details about an artifact.

Arguments

string
required

Options

The maximum number of artifacts to return.
Specify an output format. Currently supports: json
Example:$ prefect artifact inspect "my-artifact" --output json

prefect artifact delete

Delete an artifact.

Arguments

string
The key of the artifact to delete.

Options

The ID of the artifact to delete.
Example: