Skip to content

Delete Custom Model

bedrock_delete_custom_model R Documentation

Deletes a custom model that you created earlier

Description

Deletes a custom model that you created earlier. For more information, see Custom models in the Amazon Bedrock User Guide.

Usage

bedrock_delete_custom_model(modelIdentifier)

Arguments

modelIdentifier

[required] Name of the model to delete.

Value

An empty list.

Request syntax

svc$delete_custom_model(
  modelIdentifier = "string"
)