AlibabaCloud MCP Server

Official
by aliyun

ReplaceSystemDisk

Replace the system disk of AlibabaCloud ECS instances in bulk to update or change the operating system using a specified Image ID.

Instructions

批量替换ECS实例的系统盘,更换操作系统

Input Schema

NameRequiredDescriptionDefault
ImageIdYesImage ID
InstanceIdsYesAlibabaCloud ECS instance ID List
RegionIdNoAlibabaCloud region IDcn-hangzhou

Input Schema (JSON Schema)

{ "properties": { "ImageId": { "description": "Image ID", "title": "Imageid", "type": "string" }, "InstanceIds": { "description": "AlibabaCloud ECS instance ID List", "items": { "type": "string" }, "title": "Instanceids", "type": "array" }, "RegionId": { "default": "cn-hangzhou", "description": "AlibabaCloud region ID", "title": "Regionid", "type": "string" } }, "required": [ "InstanceIds", "ImageId" ], "title": "ReplaceSystemDiskArguments", "type": "object" }
ID: w34oyvafgs