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

********************
delete_compute_quota
********************



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

  

  Deletes the compute allocation from the cluster.

  

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


  **Request Syntax**
  ::

    response = client.delete_compute_quota(
        ComputeQuotaId='string'
    )
    
  :type ComputeQuotaId: string
  :param ComputeQuotaId: **[REQUIRED]** 

    ID of the compute allocation definition.

    

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

  