Update an image

Updates a private image.

📘

You can't update the regions with this operation. Use the Replicate an image operation to modify the existing regions for your image.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: update_image
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: images:read_write

CLI

linode-cli images update private/12345 \
  --label "My gold-master image" \
  --description "The detailed description \
    of my image."

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
string
required

The unique identifier assigned to the image after creation.

Body Params
string | null

A detailed description of this image.

string

Filterable A short description of the image.

tags
array of strings
length between 0 and 500

Filterable Tags used for organizational purposes. A tag can be from 3 to 100 characters long, and an image can have a maximum of 500 total tags.

tags
Responses

Language
Credentials
Response
Choose an example:
application/json