---
title: "deleteScheduledUpdateGroupAction "
slug: "cli-vautoscaling-autoscalinggroup-deletescheduledupdategroupaction"
updated: 2026-06-25T09:10:27Z
published: 2026-06-25T09:10:27Z
canonical: "cli-fin.ncloud-docs.com/cli-vautoscaling-autoscalinggroup-deletescheduledupdategroupaction"
---
> ## 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.
# deleteScheduledUpdateGroupAction
## 개요
Scaling Action 일정을 삭제합니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ---------------------------------- | ------------ | --------------------- | ------------------------- | ------------------------------------------- |
| regionCode | No | String | | - 리전 코드
Scheduled Action을 삭제할 Auto Scaling Group의 리전(Region) 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| autoScalingGroupNo | Yes | String | | - Auto Scaling Group 번호
autoScalingGroupNo는 [getAutoScalingGroupList](/docs/cli-vautoscaling-autoscalinggroup-getautoscalinggrouplist) 액션을 통해 획득 가능 |
| scheduledActionNo | Yes | String | | - 삭제할 Scheduled Action 번호
scheduledActionNo는 [getScheduledActionList](/docs/cli-vautoscaling-autoscalinggroup-getscheduledactionlist) 액션을 통해 획득 가능 |
| responseFormatType | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : xml |
## 응답
### 응답 데이터 타입
- ScheduledUpdateGroupActionList 타입
| ScheduledUpdateGroupActionList extends CommonResponse |
| ---------- |
| private Integer totalRows; |
| private List scheduledUpdateGroupActionList = new ArrayList<>(); |
| ScheduledUpdateGroupAction |
| ---------- |
| private String autoScalingGroupNo; |
| private String scheduledActionNo; |
| private String scheduledActionName; |
| private Integer minSize; |
| private Integer maxSize; |
| private Integer desiredCapacity; |
| private Date startTime; |
| private Date endTime; |
| private String recurrence; |
| private String timeZone; |
## 예시
### 요청 예시
```
ncloud vautoscaling deleteScheduledAction --regionCode FKR --autoScalingGroupNo ***700 --scheduledActionNo ***281
```
### 응답 예시
```xml
0
success
1
***700
***281
test-***
0
0
0
2020-12-15T17:05:00+0900
2020-12-15T18:00:00+0900
5 * * * *
KST
```