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

*************************
start_monitoring_schedule
*************************



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

  

  Starts a previously stopped monitoring schedule.

   

  .. note::

    

    By default, when you successfully create a new schedule, the status of a monitoring schedule is ``scheduled``.

    

  

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


  **Request Syntax**
  ::

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

    The name of the schedule to start.

    

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

  