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

************
stop_crawler
************



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

  

  If the specified crawler is running, stops the crawl.

  

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


  **Request Syntax**
  ::

    response = client.stop_crawler(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    Name of the crawler to stop.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  