Delete Cluster
sagemaker_delete_cluster | R Documentation |
Delete a SageMaker HyperPod cluster¶
Description¶
Delete a SageMaker HyperPod cluster.
Usage¶
sagemaker_delete_cluster(ClusterName)
Arguments¶
ClusterName |
[required] The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete. |
Value¶
A list with the following syntax:
list(
ClusterArn = "string"
)
Request syntax¶
svc$delete_cluster(
ClusterName = "string"
)