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.
Authorizations
IAM bearer token issued by the Nebius IAM service. Sent as
Authorization: Bearer <iam-token>. Must be combined with the
Project header (see IAMProjectHeader).
This is the recommended authentication scheme for new clients.
Nebius project ID associated with the IAM token. Required together
with IAMBearerAuth. Identifies the project context the request is
scoped to.
Path Parameters
The UUID of the image to untag A UUID string
"12345678-9abc-baba-deda-0123456789ab"
Query Parameters
The tag to remove. If omitted, all tags are removed from the image.
"busybox:latest"
Response
Tags removed successfully