Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Update an Asynchronous Endpoint

Focus mode
Update an Asynchronous Endpoint - Amazon SageMaker AI

Update an asynchronous endpoint with the UpdateEndpoint API. When you update an endpoint, SageMaker AI first provisions and switches to the new endpoint configuration you specify before it deletes the resources that were provisioned in the previous endpoint configuration. Do not delete an EndpointConfig with an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint.

# The name of the endpoint. The name must be unique within an AWS Region in your AWS account. endpoint_name='<endpoint-name>' # The name of the endpoint configuration associated with this endpoint. endpoint_config_name='<endpoint-config-name>' sagemaker_client.update_endpoint( EndpointConfigName=endpoint_config_name, EndpointName=endpoint_name )

When Amazon SageMaker AI receives the request, it sets the endpoint status to Updating. After updating the asynchronous endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API. For a full list of parameters you can specify when updating an endpoint, see the UpdateEndpoint API.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.