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

**************************
stop_edge_deployment_stage
**************************



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

  

  Stops a stage in an edge deployment plan.

  

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


  **Request Syntax**
  ::

    response = client.stop_edge_deployment_stage(
        EdgeDeploymentPlanName='string',
        StageName='string'
    )
    
  :type EdgeDeploymentPlanName: string
  :param EdgeDeploymentPlanName: **[REQUIRED]** 

    The name of the edge deployment plan to stop.

    

  
  :type StageName: string
  :param StageName: **[REQUIRED]** 

    The name of the stage to stop.

    

  
  
  :returns: None