Skip to content

Delete Code Repository

sagemaker_delete_code_repository R Documentation

Deletes the specified Git repository from your account

Description

Deletes the specified Git repository from your account.

Usage

sagemaker_delete_code_repository(CodeRepositoryName)

Arguments

CodeRepositoryName

[required] The name of the Git repository to delete.

Value

An empty list.

Request syntax

svc$delete_code_repository(
  CodeRepositoryName = "string"
)