MENU
      deleteServerImage

        deleteServerImage


        Article summary

        Available in VPC

        Overview

        Deletes the list of My server image.

        Requests

        Request parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoString- Region code
        Decides the Region where the server image list is to be viewed
        regionCode can be obtained through the getRegionList action
        Default: select the first Region shown in the getRegionList search results
        serverImageNoList.NYesList- List of the server image numbers to be deleted
        serverImageNo can be obtained through the getServerImageList action
        ex) serverImageNoList.1=1234&serverImageNoList.2=2345
        responseFormatTypeNoString- Format type of responses
        Options : xml | json
        Default : xml

        Responses

        Response bodies

        Examples

        Request examples

        GET {API_URL}/deleteServerImage
        ?regionCode=KR
        &serverImageNoList.1=1111
        &serverImageNoList.2=2222
        HTTP

        Response examples

        <getServerImageListResponse>
          <requestId></requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <serverImageList>
            <serverImage>
              <serverImageNo>***5847</serverImageNo>
              <serverImageName>test-***</serverImageName>
              <serverImageDescription></serverImageDescription>
              <serverImageType>
                <code>NCP</code>
                <codeName>NCP Server Image</codeName>
              </serverImageType>
              <hypervisorType>
                <code>XEN</code>
                <codeName>XEN</codeName>
              </hypervisorType>
              <cpuArchitectureType>
                <code>X86_64</code>
                <codeName>x86 64bit</codeName>
              </cpuArchitectureType>
              <osCategoryType>
                <code>LINUX</code>
                <codeName>LINUX</codeName>
              </osCategoryType>
              <osType>
                <code>CENTOS</code>
                <codeName>CENTOS</codeName>
              </osType>
              <productCode>SW.VSVR.OS.LNX64.CNTOS.0703.B050</productCode>
              <serverImageStatus>
                <code>CREAT</code>
                <codeName>Server created state</codeName>
              </serverImageStatus>
              <serverImageOperation>
                <code>NULL</code>
                <codeName>NULL OP</codeName>
              </serverImageOperation>
              <serverImageStatusName>created</serverImageStatusName>
              <createDate>2020-08-24T10:34:27+0900</createDate>
              <blockStorageMappingList>
                <blockStorageMapping>
                  <order>0</order>
                  <blockStorageSize>53687091200</blockStorageSize>
                  <blockStorageVolumeType>
                    <code>HDD</code>
                    <codeName>HDD</codeName>
                  </blockStorageVolumeType>
                  <isEncryptedVolume>false</isEncryptedVolume>
                </blockStorageMapping>
              </blockStorageMappingList>
              <shareStatus>
                <code>NULL</code>
                <codeName>NSI Share NULL State</codeName>
              </shareStatus>
              <sharedLoginIdList/>
            </serverImage>
          </serverImageList>
        </getServerImageListResponse>
        XML

        Was this article helpful?

        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.