删除算力平台自制镜像-TerminateCompShareCustomImage
删除算力平台自制镜像
Request Parameters
| Parameter name | Type | Description | Required |
|---|---|---|---|
| Region | string | 地域。 参见 地域和可用区列表 (opens in a new tab) | Yes |
| Zone | string | 可用区。参见 可用区列表 (opens in a new tab) | Yes |
| ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 (opens in a new tab) | No |
| CompShareImageId | string | 镜像Id | Yes |
Response Elements
| Parameter name | Type | Description | Required |
|---|---|---|---|
| RetCode | int | 返回码 | Yes |
| Action | string | 操作名称 | Yes |
Request Example
https://api.compshare.cn/?Action=TerminateCompShareCustomImage
&Region=cn-zj
&Zone=cn-zj-01
&ProjectId=bvrWMuhv
&CompShareImageId=dUszaqgZResponse Example
{
"Action": "TerminateCompShareCustomImageResponse",
"RetCode": 0
}