AlibabaCloud MCP Server

Official
by aliyun

DeleteBucket

Remove AlibabaCloud OSS buckets efficiently by specifying the region and bucket name. Simplify storage management on AlibabaCloud MCP Server.

Instructions

删除指定的OSS存储空间。

Input Schema

NameRequiredDescriptionDefault
BucketNameYesAlibabaCloud OSS Bucket Name
RegionIdNoAlibabaCloud region IDcn-hangzhou

Input Schema (JSON Schema)

{ "properties": { "BucketName": { "description": "AlibabaCloud OSS Bucket Name", "title": "Bucketname", "type": "string" }, "RegionId": { "default": "cn-hangzhou", "description": "AlibabaCloud region ID", "title": "Regionid", "type": "string" } }, "required": [ "BucketName" ], "title": "DeleteBucketArguments", "type": "object" }
ID: w34oyvafgs