Skip to content

Delete Edge Deployment Plan

sagemaker_delete_edge_deployment_plan R Documentation

Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan

Description

Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.

Usage

sagemaker_delete_edge_deployment_plan(EdgeDeploymentPlanName)

Arguments

EdgeDeploymentPlanName

[required] The name of the edge deployment plan to delete.

Value

An empty list.

Request syntax

svc$delete_edge_deployment_plan(
  EdgeDeploymentPlanName = "string"
)