Alibaba Cloud MCP Server

Official
by aliyun

ResetPassword

Reset and update passwords for multiple Alibaba Cloud ECS instances in one operation. Requires instance IDs and a new password, and restarts instances after the change.

Instructions

批量修改ECS实例的密码,请注意,本操作将会重启ECS实例

Input Schema

NameRequiredDescriptionDefault
InstanceIdsYesAlibabaCloud ECS instance ID List
PasswordYesECS实例的密码,8-30个字符且只能包含以下限制条件中的字符:小写字母,大写字母,数字,只可包含特殊字符()~!@#$%^&*-_+=(40:<>,?/
RegionIdNoAlibabaCloud region IDcn-hangzhou

Input Schema (JSON Schema)

{ "properties": { "InstanceIds": { "description": "AlibabaCloud ECS instance ID List", "items": { "type": "string" }, "title": "Instanceids", "type": "array" }, "Password": { "description": "ECS实例的密码,8-30个字符且只能包含以下限制条件中的字符:小写字母,大写字母,数字,只可包含特殊字符()~!@#$%^&*-_+=(40:<>,?/", "title": "Password", "type": "string" }, "RegionId": { "default": "cn-hangzhou", "description": "AlibabaCloud region ID", "title": "Regionid", "type": "string" } }, "required": [ "InstanceIds", "Password" ], "title": "ResetPasswordArguments", "type": "object" }
ID: bu90ty06t2