Deletes an ECS image by name.
Description
Deletes an ECS image by name.
Syntax
Action: ACS::ECS::DeleteImageByName
Properties:
regionId: String
imageName: String
deleteSnapshot: Boolean
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
Region ID. |
String |
Yes |
||
|
imageName |
Image name. |
String |
Yes |
||
|
deleteSnapshot |
Whether to delete the snapshots of the image. Default: true. |
Boolean |
No |
True |
Output
None
References
Source: ACS::ECS::DeleteImageByName.yml on GitHub.