MENU
      deleteNasVolumeSnapshot

        deleteNasVolumeSnapshot


        Article summary

        Available in VPC

        Delete a snapshot of a NAS volume instance.

        Note

        If you delete a snapshot, then the NAS volume can't be recovered with that snapshot.

        Requests

        The following describes the request format for the endpoint. The request format is as follows.

        MethodURI
        GET, POST/deleteNasVolumeSnapshot

        Request headers

        For headers common to all NAS (VPC) APIs, see NAS (VPC) common headers.

        Request query parameters

        The following describes the parameters.

        FieldTypeRequiredDescription
        nasVolumeInstanceNoStringRequiredUnique number of the NAS volume instance
        nasVolumeSnapshotNameStringRequiredName of the snapshot to delete
        regionCodeStringOptionalRegion code
        responseFormatTypeStringOptionalFormat type of the response result
        • xml (default) | json

        Request example

        The following is a sample request.

        curl --location --request GET 'https://ncloud.apigw.ntruss.com/vnas/v2/deleteNasVolumeSnapshot?regionCode=KR&nasVolumeInstanceNo=00000000&nasVolumeSnapshotName=now.20240403.132523&responseFormatType=xml' \
        --header 'x-ncp-apigw-timestamp: {timestamp}' \
        --header 'x-ncp-iam-access-key: {access key}' \
        --header 'x-ncp-apigw-signature-v2: {API gateway signature}' \
        Curl

        Responses

        The following describes the response format.

        Response body

        See NasVolumeSnapshotList for the response body.

        Response status codes

        For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

        Response example

        The following is a sample response. The snapshot list of the corresponding NAS volume instance is displayed after completing the request.

        <?xml version="1.0" encoding="UTF-8"?>
        <deleteNasVolumeSnapshotResponse>
            <requestId></requestId>
            <returnCode>0</returnCode>
            <returnMessage>success</returnMessage>
            <totalRows>1</totalRows>
            <nasVolumeSnapshotList>
                <nasVolumeSnapshot>
                    <nasVolumeSnapshotName>now.20240403.132209</nasVolumeSnapshotName>
                    <createDate>2024-04-03T13:22:09+0900</createDate>
                    <snapshotSize>147456</snapshotSize>
                    <isBusy>false</isBusy>
                </nasVolumeSnapshot>
            </nasVolumeSnapshotList>
        </deleteNasVolumeSnapshotResponse>
        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.