podman-artifact-rm - Man Page

Remove an OCI from local storage

WARNING: Experimental command

This command is considered experimental and still in development. Inputs, options, and outputs are all subject to change.

Synopsis

podman artifact rm name

Description

Remove an artifact from the local artifact store.  The input may be the fully qualified artifact name or a full or partial artifact digest.

Options

--help

Print usage statement.

Examples

Remove an artifact by name

$ podman artifact rm quay.io/artifact/foobar2:test
e7b417f49fc24fc7ead6485da0ebd5bc4419d8a3f394c169fee5a6f38faa4056

Remove an artifact by partial digest

$ podman artifact rm e7b417f49fc
e7b417f49fc24fc7ead6485da0ebd5bc4419d8a3f394c169fee5a6f38faa4056

See Also

podman(1), podman-artifact(1)

History

Jan 2025, Originally compiled by Brent Baude bbaude@redhat.com ⟨mailto:bbaude@redhat.com⟩

Referenced By

podman-artifact(1).