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

****************************
delete_edge_deployment_stage
****************************



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

  

  Delete a stage in an edge deployment plan if (and only if) the stage is inactive.

  

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


  **Request Syntax**
  ::

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

    The name of the edge deployment plan from which the stage will be deleted.

    

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

    The name of the stage.

    

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

  