:doc:`SageMaker <../../sagemaker>` / Client / delete_cluster

**************
delete_cluster
**************



.. py:method:: SageMaker.Client.delete_cluster(**kwargs)

  

  Delete a SageMaker HyperPod cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteCluster>`_  


  **Request Syntax**
  ::

    response = client.delete_cluster(
        ClusterName='string'
    )
    
  :type ClusterName: string
  :param ClusterName: **[REQUIRED]** 

    The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ClusterArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ClusterArn** *(string) --* 

        The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ConflictException`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  