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.”

BatchDeleteClusterNodesError - Amazon SageMaker

BatchDeleteClusterNodesError

Represents an error encountered when deleting a node from a SageMaker HyperPod cluster.

Contents

Code

The error code associated with the error encountered when deleting a node.

The code provides information about the specific issue encountered, such as the node not being found, the node's status being invalid for deletion, or the node ID being in use by another process.

Type: String

Valid Values: NodeIdNotFound | InvalidNodeStatus | NodeIdInUse

Required: Yes

Message

A message describing the error encountered when deleting a node.

Type: String

Required: Yes

NodeId

The ID of the node that encountered an error during the deletion process.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: ^i-[a-f0-9]{8}(?:[a-f0-9]{9})?$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

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