Skip to content

Delete Endpoint Config

sagemaker_delete_endpoint_config R Documentation

Deletes an endpoint configuration

Description

Deletes an endpoint configuration. The delete_endpoint_config API deletes only the specified configuration. It does not delete endpoints created using the configuration.

You must not delete an EndpointConfig in use by an endpoint that is live or while the update_endpoint or create_endpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

Usage

sagemaker_delete_endpoint_config(EndpointConfigName)

Arguments

EndpointConfigName

[required] The name of the endpoint configuration that you want to delete.

Value

An empty list.

Request syntax

svc$delete_endpoint_config(
  EndpointConfigName = "string"
)