Machine Image

Rename a machine image

post/project/{project_id}/location/{location}/machine-image/{machine_image_reference}/rename

Request body

namestring required

New name for the machine image

Response

A machine image

idstring required

ID of the machine image

namestring required

Name of the machine image

locationstring required

Location of the machine image

arch'x64' | 'arm64' required

Architecture

latest_versionstring nullable

Latest version label

created_atstring date-time required

Creation timestamp

Example response

{
  "id": "m1n30gjk1d1e2jj34v9x0dq4rp",
  "name": "my-image",
  "location": "eu-central-h1"
}