paws.management (version 0.1.0)

autoscalingplans_delete_scaling_plan: Deletes the specified scaling plan

Description

Deletes the specified scaling plan.

Usage

autoscalingplans_delete_scaling_plan(ScalingPlanName,
  ScalingPlanVersion)

Arguments

ScalingPlanName

[required] The name of the scaling plan.

ScalingPlanVersion

[required] The version number of the scaling plan.

Request syntax

svc$delete_scaling_plan(
  ScalingPlanName = "string",
  ScalingPlanVersion = 123
)

Details

Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan.

If the plan has launched resources or has scaling activities in progress, you must delete those resources separately.