Skip to main content
PATCH
Error

Authorizations

Authorization
string
header
required

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.

Project
string
header
required

Nebius project ID associated with the IAM token. Required together with IAMBearerAuth. Identifies the project context the request is scoped to.

Path Parameters

imageUUID
string<uuid>
required

The UUID of the image to update A UUID string

Example:

"12345678-9abc-baba-deda-0123456789ab"

Body

application/json
tag
string
required

New tag for the image

Example:

"busybox:latest"

Response

OK

uuid
string<uuid>

A UUID string

Example:

"12345678-9abc-baba-deda-0123456789ab"

tag
string | null

Tag to identify the image

Example:

"busybox:latest"

created_at
string

ISO 8601 formatted timestamp of when the image was created

Example:

"2024-01-01T12:00:00+00:00"

operation_uuid
string<uuid> | null

UUID of the operation that created this image. Returns null when the image belongs to a different namespace (e.g. public images) or when the image was not created by an operation (e.g. shared images).

Example:

"12345678-9abc-baba-deda-0123456789ab"