deleteAutoScalingGroup
    • PDF

    deleteAutoScalingGroup

    • PDF

    Article Summary

    개요

    오토 스케일링 그룹 삭제

    설명

    지정된 오토 스케일링 그룹을 삭제합니다. 그룹 소속 서버 인스턴스가 없을 때 그리고 아무런 스케일링 액션이 진행 중이지 않을 때만 가능합니다.

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    autoScalingGroupNameYesStringMin : 1, Max : 255삭제할 오토 스케일링 그룹명 입력

    응답 데이터 타입

    • CommonResponse 타입
    CommonResponse extends BaseObject
    private String requestId;
    private String returnCode;
    private String returnMessage;

    예시

    호출

    ncloud autoscaling deleteAutoScalingGroup --autoScalingGroupName test01
    

    응답

    {
      "deleteAutoScalingGroupResponse": {
        "requestId": "6343f27a-8fd5-4de4-ac07-5a088c21ea3d",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <deleteAutoScalingGroupResponse>
      <requestId>6343f27a-8fd5-4de4-ac07-5a088c21ea3d</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteAutoScalingGroupResponse>
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.