v1

latestOpenAPI 3.1.02026-07-2675394318.9 KB
images

Remove tags from an image

Removes a tag (or all tags) from an image.

When tag query parameter is provided, only that specific tag is removed. When omitted, all tags are removed from the image.

If any public image has the same tag, tag will start tracking that public image again.

In all other cases tag will be removed and the image will be accessible only by its UUID.

delete/images/{imageUUID}/tag

Path parameters

imageUUIDstring uuid required

A UUID string

Example:12345678-9abc-baba-deda-0123456789ab

The UUID of the image to untag

Query parameters

tagstring
Example:busybox:latest

The tag to remove. If omitted, all tags are removed from the image.

Response

Tags removed successfully