Deleting an artifact from the Vultr Container Registry permanently removes a specific version of a container image from a repository. This action helps eliminate obsolete versions, ensuring that only relevant, up-to-date container images remain in the repository.
Follow this guide to delete an artifact from the container registry repository on your Vultr account using the Vultr API.
Send a GET request to the List Container Registries endpoint and note the target registry's ID.
Send a GET request to the List Repositories endpoint to list all the available repositories and note the target repository image.
Send a GET request to the List Artifacts endpoint to list all the available artifacts and note the target artifact's digest.
Send a DELETE request to the Delete Artifact endpoint to delete the target artifact.
0 Comments
Be the first to comment and share your perspective with the community.