---
title: "Remove tags from an image"
method: DELETE
path: "/images/{imageUUID}/tag"
tags: ["images"]
---

# Remove tags from an image

`DELETE /images/{imageUUID}/tag`

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.

## Path parameters

- `imageUUID` string, uuid, required — A UUID string

## Query parameters

- `tag` string

## Response `204`

Tags removed successfully

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials. Either the `Authorization` bearer token is missing or invalid, or the `Project` header is missing.
- `403` — Forbidden - Token does not have sufficient permissions
- `404` — Not Found - The requested resource does not exist

---

[API](https://skmtc.dev/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.dev/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/revisions/0fb323abba3c/schema)
