cloud_insts_imgs_upd
Update cloud image properties like firmware type, OS type, and tags. Modify name, SSH key support, or bare metal flag for existing images.
Instructions
Update image properties and tags.
Args: hw_firmware_type: Specifies the type of firmware with which to boot the guest.
hw_machine_type: A virtual chipset type.
is_baremetal: Set to true if the image will be used by bare metal servers.
name: Image display name
os_type: The operating system installed on the image.
ssh_key: Whether the image supports SSH key or not
tags: Key-value tags to associate with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
extra_headers: Send extra headers
extra_query: Add additional query parameters to the request
extra_body: Add additional JSON properties to the request
timeout: Override the client-level default timeout for this request, in seconds
Note: Pass the numeric project_id. When a project name is provided, resolve it via cloud.projects.list/cloud.projects.get. If nothing is specified, fetch the account's default project first and use that ID. Pass the numeric region_id. Resolve region names with cloud.regions.list or cloud.regions.get. If no region is mentioned, obtain the default region ID before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | ||
| project_id | Yes | ||
| region_id | Yes | ||
| hw_firmware_type | No | ||
| hw_machine_type | No | ||
| is_baremetal | No | ||
| name | No | ||
| os_type | No | ||
| ssh_key | No | ||
| tags | No | ||
| extra_headers | No | ||
| extra_query | No | ||
| extra_body | No | ||
| timeout | No |