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

*******************************
delete_cluster_scheduler_config
*******************************



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

  

  Deletes the cluster policy of the cluster.

  

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


  **Request Syntax**
  ::

    response = client.delete_cluster_scheduler_config(
        ClusterSchedulerConfigId='string'
    )
    
  :type ClusterSchedulerConfigId: string
  :param ClusterSchedulerConfigId: **[REQUIRED]** 

    ID of the cluster policy.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  