Skip to content

Delete Edge Deployment Stage

sagemaker_delete_edge_deployment_stage R Documentation

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

Description

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

Usage

sagemaker_delete_edge_deployment_stage(EdgeDeploymentPlanName,
  StageName)

Arguments

EdgeDeploymentPlanName

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

StageName

[required] The name of the stage.

Value

An empty list.

Request syntax

svc$delete_edge_deployment_stage(
  EdgeDeploymentPlanName = "string",
  StageName = "string"
)