--- title: "deleteNasVolumeInstances" slug: "cli-vnas-volume-deletenasvolumeinstances" updated: 2026-06-25T09:10:30Z published: 2026-06-25T09:10:30Z canonical: "cli-fin.ncloud-docs.com/cli-vnas-volume-deletenasvolumeinstances" --- > ## Documentation Index > Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # deleteNasVolumeInstances ## 개요 NAS 볼륨 인스턴스 리스트를 삭제합니다. ## 요청 ### 요청 파라미터 | 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 | | ---------------------------------- | ------------ | --------------------- | ------------------------- | ------------------------------------------- | | regionCode | No | String | | - 리전 코드
삭제할 NAS 볼륨 인스턴스의 리전(Region) 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전 선택 | | nasVolumeInstanceNoList.N | Yes | List<String> | | - 삭제할 NAS 볼륨 인스턴스 번호 리스트
nasVolumeInstanceNo는 [getNasVolumeInstanceList](/docs/cli-vnas-volume-getnasvolumeinstancelist) 액션을 통해서 획득 가능
ex) --nasVolumeInstanceNoList 1234 2345| |isAsync|No|Boolean||- Async 여부
Options : true \| false
Default : false| ## 응답 ### 응답 데이터 타입 - NasVolumeInstanceList 타입 | NasVolumeInstanceList extends CommonResponse | | ---------- | | private Integer totalRows; | | private List\ nasVolumeInstanceList = new ArrayList<>(); | | NasVolumeInstance | | ---------- | | private String nasVolumeInstanceNo; | | private CommonCode nasVolumeInstanceStatus; | | private CommonCode nasVolumeInstanceOperation; | | private String nasVolumeInstanceStatusName; | | private Date createDate; | | private String nasVolumeDescription; | | private String mountInformation; | | private CommonCode volumeAllotmentProtocolType; | | private String volumeName; | | private Long volumeTotalSize; | | private Long volumeSize; | | private Float snapshotVolumeConfigurationRatio; | | private CommonCode snapshotVolumeConfigPeriodType; | | private CommonCode snapshotVolumeConfigDayOfWeekType; | | private Integer snapshotVolumeConfigTime; | | private Long snapshotVolumeSize; | | private Boolean isSnapshotConfiguration; | | private Boolean isEventConfiguration; | | private String regionCode; | | private String zoneCode; | | private ServerInstanceNoList nasVolumeServerInstanceNoList; | | private Boolean isEncryptedVolume; | | private List\ nasVolumeInstanceCustomIpList; | | private Boolean isReturnProtection; | | NasVolumeInstanceCustomIp | | ---------- | | private String customIp; | ## 예시 ### 요청 예시 ``` ncloud vnas deleteNasVolumeInstances --regionCode FKR --nasVolumeInstanceNoList ***3901 ``` ### 응답 예시 ```xml ab35f702-f9cd-4145-888f-cbc6508d4412 0 success 1 ***3901 TERMT NAS terminate NULL NAS NULL OP 1970-01-01T09:00:02+0900 ***.***.0.20:/n***4567_test*** NFS NFS n***4567_test*** 536870912000 536870912000 0.0 0 false false FKR FKR-1 false false ```