---
title: "Update image"
method: PATCH
path: "/image/{image_id}"
tags: ["Images"]
---

# Update image

`PATCH /image/{image_id}`

## Path parameters

- `image_id` string, required

## Request body

- object
  - `name` string

## Response `200`

Image updated

- object
  - `success` boolean
  - `data` Image
    - `id` string
    - `name` string
    - `collection_id` string
    - `width` number
    - `height` number
    - `size` number
    - `url` string
    - `created_at` string, date-time

## Changes

- **2026-02-12** `fd78812f318f` — 1 info
  - endpoint added
- **2026-01-23** `7d19a3906d5b` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/video-db/apis/videodb-server-api/changes/image/:image_id/patch.md)

---

[API](https://skmtc.dev/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.dev/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/fd78812f318f/schema)
