v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
images

Delete container image

Deletes a container image and all its tags from the workspace registry. Will fail if the image is currently in use by an active deployment.

delete/images/{resourceType}/{imageName}

Response

successful operation

Example response

{
  "metadata": {
    "events": [
      {
        "message": "Deployment successful",
        "revision": "rev-abc123",
        "status": "DEPLOYED",
        "time": "2025-01-15T10:30:00Z",
        "type": "deployment"
      }
    ]
  }
}