---
title: "removeTarget "
slug: "cli-vloadbalancer-targetgroup-removetarget"
updated: 2026-06-25T09:10:30Z
published: 2026-06-25T09:10:30Z
canonical: "cli-fin.ncloud-docs.com/cli-vloadbalancer-targetgroup-removetarget"
---
> ## 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.
# removeTarget
## 개요
타겟 그룹에 적용된 타겟을 제거합니다.
기존에 적용된 타겟 목록에서 지정한 타겟 번호 리스트가 제거됩니다.
기존에 적용되지 않은 타겟 번호를 지정할 경우 변경되지 않습니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ---------------------------------- | ------------ | --------------------- | ------------------------- | ------------------------------------------- |
| regionCode | No | String | | - 리전 코드
타겟을 제거할 타겟 그룹의 리전(Region) 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist)액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전 선택 |
| targetGroupNo | Yes | String | | - 타겟 그룹 번호
targetGroupNo는 [getTargetGroupList](/docs/cli-vloadbalancer-targetgroup-gettargetgrouplist) 액션을 통해서 획득 가능 |
| targetNoList.N | Yes | List<String> | | - 제거할 타겟 번호 리스트
기존에 바인딩된 targetNo는 [getTargetList](/docs/cli-vloadbalancer-targetgroup-gettargetlist) 액션을 통해서 획득 가능
ex) targetNoList.1=1234&targetNoList.2=2345 |
| responseFormatType | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : xml |
## 응답
### 응답 데이터 타입
- TargetList 타입
| TargetList extends CommonResponse |
| ---------- |
| private Integer totalRows; |
| private List targetList = new ArrayList<>(); |
| Target |
| ---------- |
| private String targetNo; |
| private String targetName; |
| private String targetIp; |
| private CommonCode healthCheckStatus; |
| private String healthCheckResponse; |
## 예시
### 요청 예시
```
ncloud vloadbalancer removeTarget --regionCode FKR --targetGroupNo ***095 --targetNoList ***4299
```
### 응답 예시
요청 수행 후 해당 타겟 그룹에 바인딩된 타겟 리스트
```xml
a4f8aa8d-aab1-4bb8-bad6-1d9006453945
0
success
0
```