이 페이지에서는 Team 관리자 또는 Registry 관리자가 레지스트리를 삭제하는 방법을 보여줍니다.Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Team 관리자는 조직 내의 모든 레지스트리를 삭제할 수 있습니다.
- Registry 관리자는 자신이 생성한 레지스트리를 삭제할 수 있습니다.
- Python SDK
- W&B 앱
wandb API의 delete() 메서드를 사용하여 레지스트리를 프로그래밍 방식으로 삭제할 수 있습니다. 다음 예시는 다음을 보여줍니다:api.registry()로 삭제하려는 레지스트리를 가져옵니다.- 반환된 레지스트리 객체에서
delete()메서드를 호출하여 레지스트리를 삭제합니다.