cmd/podman: --ignore errors flag to artifact rm

Signed-off-by: Celso Henrique Souza Silva <celsohenrique367@gmail.com>
This commit is contained in:
nothiaki
2025-09-22 12:07:41 -03:00
committed by Celso Henrique Souza Silva
parent 1671029517
commit 3c3b805ea7
11 changed files with 76 additions and 0 deletions

View File

@ -116,6 +116,10 @@ func (s *APIServer) registerArtifactHandlers(r *mux.Router) error {
// in: query
// description: Remove all artifacts
// type: boolean
// - name: ignore
// in: query
// description: Ignore errors if artifact do not exist
// type: boolean
// responses:
// 200:
// $ref: "#/responses/artifactRemoveResponse"