delete
The cldkctl registry artifact tag delete command removes a specific tag from an artifact in the container registry. This operation deletes the tag reference but does not delete the artifact itself. It is useful for cleaning up outdated or incorrect tags without affecting the actual artifact data.
Usage
cldkctl registry artifact tag delete [tag] [flags]Aliases
delete, del, remove, rmSteps
Follow the steps below to run and view the result of this command:
Ensure that you are logged in. Refer to the Registry Login section.
Identify the Artifact ID and Tag you want to delete. You can find these details in the Registry Artifact Tag List section.
Run the following command in your terminal:
./cldkctl --registry [registry name] registry artifact tag delete [tag] --artifact [artifact ID]Replace
[registry name]with the target registry, [tag] with the specific tag to be deleted, and[artifact id]with the unique ID of the artifact.Once successful, the terminal displays "✓ Artifact tag deleted".

Flags
-h, --help
Help for the registry artifact tag delete command.
Last updated
