Deleting an Autoscaling Policy
On Compute Cloud@Customer, you can delete an autoscaling policy.
-
In the Compute Cloud@Customer Console navigation menu, click Compute, then click Autoscaling Configurations.
- At the top of the page, select the compartment that contains the autoscaling configuration from which you want to delete a policy.
-
Click the name of the autoscaling configuration for which you want to delete a policy.
- Under Resources, click Autoscaling Policies.
-
For the policy that you want to delete, click the Actions menu (
) and then click Delete.
-
Use the oci autoscaling policy delete command and required parameters to delete an autoscaling policy for the specified autoscaling configuration.
oci autoscaling policy delete --auto-scaling-configuration-id <autoscaling_configuration_OCID> --auto-scaling-policy-id <autoscaling_policy_id> [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
See the AutoScalingPolicy Reference for API operations that define the criteria that trigger autoscaling actions and the actions to take.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.