:doc:`Glue <../../glue>` / Client / start_crawler_schedule

**********************
start_crawler_schedule
**********************



.. py:method:: Glue.Client.start_crawler_schedule(**kwargs)

  

  Changes the schedule state of the specified crawler to ``SCHEDULED``, unless the crawler is already running or the schedule state is already ``SCHEDULED``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartCrawlerSchedule>`_  


  **Request Syntax**
  ::

    response = client.start_crawler_schedule(
        CrawlerName='string'
    )
    
  :type CrawlerName: string
  :param CrawlerName: **[REQUIRED]** 

    Name of the crawler to schedule.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.SchedulerRunningException`

  
  *   :py:class:`Glue.Client.exceptions.SchedulerTransitioningException`

  
  *   :py:class:`Glue.Client.exceptions.NoScheduleException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  