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

*********************************
delete_hyper_parameter_tuning_job
*********************************



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

  

  Deletes a hyperparameter tuning job. The ``DeleteHyperParameterTuningJob`` API deletes only the tuning job entry that was created in SageMaker when you called the ``CreateHyperParameterTuningJob`` API. It does not delete training jobs, artifacts, or the IAM role that you specified when creating the model.

  

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


  **Request Syntax**
  ::

    response = client.delete_hyper_parameter_tuning_job(
        HyperParameterTuningJobName='string'
    )
    
  :type HyperParameterTuningJobName: string
  :param HyperParameterTuningJobName: **[REQUIRED]** 

    The name of the hyperparameter tuning job that you want to delete.

    

  
  
  :returns: None