Skip to main content

prefect artifact

Inspect and delete artifacts.

prefect artifact ls

List artifacts.

Options

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

prefect artifact inspect

View details about an artifact.

Arguments

KEY
string
required
[required]

Options

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

prefect artifact delete

Delete an artifact.

Arguments

KEY
string
The key of the artifact to delete.

Options

--id
The ID of the artifact to delete.
Example:$ prefect artifact delete "my-artifact"