

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# CloudFormation 레지스트리에서 사용자 지정 후크 등록 취소
<a name="deregistering-hooks"></a>

사용자 지정 후크의 등록을 취소하면 확장 또는 확장 버전이 CloudFormation 레지스트리`DEPRECATED`에서 로 표시되므로 활성 사용에서 제거됩니다. 더 이상 사용되지 않으면 CloudFormation 작업에서 사용자 지정 후크를 사용할 수 없습니다.

**참고**  
후크 등록을 취소하기 전에 해당 확장의 이전 활성 버전을 모두 개별적으로 등록 취소해야 합니다. 자세한 내용은 [https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeregisterType.html) 단원을 참조하십시오.

후크 등록을 취소하려면 [https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deregister-type.html](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deregister-type.html) 작업을 사용하고 후크 ARN을 지정합니다.

```
$ aws cloudformation deregister-type \
    --arn {{HOOK_TYPE_ARN}}
```

이 명령은 출력을 생성하지 않습니다.