v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBimages
Delete container image tag
Deletes a specific tag from a container image. The underlying image layers are kept if other tags reference them. Will fail if the tag is currently in use.
delete/images/{resourceType}/{imageName}/tags/{tagName}
Response
successful operation
Example response
{
"metadata": {
"events": [
{
"message": "Deployment successful",
"revision": "rev-abc123",
"status": "DEPLOYED",
"time": "2025-01-15T10:30:00Z",
"type": "deployment"
}
]
}
}