Home > Article > Operation and Maintenance > How to delete an instance launch template while the instance is in progress
The content of this article is about how to delete an instance startup template while the instance is in progress. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
DeleteLaunchTemplate
Request Parameters
# #Return parameters
are all public return parameters. See Public Parameters.Example
Request example
https://ecs.aliyuncs.com/?Action=DeleteLaunchTemplate &RegionId=cn-hangzhou &LaunchTemplateName=lt-name1 &<公共请求参数>
Return example
XML format
<DeleteLaunchTemplateResponse> <RequestId>04F0F334-1335-436C-A1D7-6C044FExxxxx</RequestId> </DeleteLaunchTemplateResponse>
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.The above is the detailed content of How to delete an instance launch template while the instance is in progress. For more information, please follow other related articles on the PHP Chinese website!