Home  >  Article  >  Operation and Maintenance  >  How to delete a version of a specified instance startup template when deleting the default version is not supported

How to delete a version of a specified instance startup template when deleting the default version is not supported

坏嘻嘻
坏嘻嘻Original
2018-09-20 15:11:441559browse

The content of this article is about how to delete a version of the specified instance startup template when deleting the default version is not supported. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you. helped.

DeleteLaunchTemplateVersion

Request Parameters

How to delete a version of a specified instance startup template when deleting the default version is not supported

# #Return parameters

are all public return parameters. See Public Parameters.

Example

Request example

https://ecs.aliyuncs.com/?Action=DeleteLaunchTemplateVersion
&RegionId=cn-hangzhou
&LaunchTemplateName=lt-name1
&DeleteVersion.1=1
&<公共请求参数>

Return example

XML format

<DeleteLaunchTemplateVersionResponse>
    <RequestId>04F0F334-1335-436C-A1D7-6C044FExxxxx</RequestId>
</DeleteLaunchTemplateVersionResponse>

JSON format

{
    "RequestId": "04F0F334-1335-436C-A1D7-6C044FExxxxx",
}

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center.

How to delete a version of a specified instance startup template when deleting the default version is not supported

The above is the detailed content of How to delete a version of a specified instance startup template when deleting the default version is not supported. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn