Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

deleteAutoScalingLaunchConfiguration

Prev Next

概要

Launch Configurationが削除される際は、いかなる Auto Scaling Groupでも使用されている状態であってはなりません。

リクエスト

リクエストパラメータ

パラメータ名 必須の有無 タイプ 制限事項 説明
launchConfigurationName Yes String 最小: 1, 最大: 255 削除対象のローンチ設定名を入力
responseFormatType No String - レスポンス結果の形式タイプ
オプション: xml | json
デフォルト: xml

レスポンス

レスポンスボディ

リクエスト例

{AUTOSCALILNG_API_URL}/deleteAutoScalingLaunchConfiguration
?launchConfigurationName=lc-0228

レスポンス例

<deleteAutoScalingLaunchConfigurationResponse>
   <requestId>81e1f723-550c-444b-bc39-467f61a2911a</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
</deleteAutoScalingLaunchConfigurationResponse>

エラーコード

以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。共通して発生するエラーについての詳細説明は、NAVERクラウドプラットフォーム APIをご参照ください。

HTTP Response Code リターンコード リターンメッセージ
400 50150 This is returned when you cannot delete a launch configuration, scaling policy, or auto scaling group because it is being used.