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

**************************
delete_monitoring_schedule
**************************



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

  

  Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.

  

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


  **Request Syntax**
  ::

    response = client.delete_monitoring_schedule(
        MonitoringScheduleName='string'
    )
    
  :type MonitoringScheduleName: string
  :param MonitoringScheduleName: **[REQUIRED]** 

    The name of the monitoring schedule to delete.

    

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

  