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

************************
stop_monitoring_schedule
************************



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

  

  Stops a previously started monitoring schedule.

  

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


  **Request Syntax**
  ::

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

    The name of the schedule to stop.

    

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

  