AWS Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see AWS Systems Manager Change Manager availability change.
Deleting parameters from Parameter Store
This topic describes how to delete parameters that you have created in Parameter Store, a tool in AWS Systems Manager.
Warning
Deleting a parameter removes all versions of it. Once deleted, the parameter and its versions can't be restored.
To delete a parameter using the console
Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/
. In the navigation pane, choose Parameter Store.
-
On the My parameters tab, select the check box next to each parameter to delete.
-
Choose Delete.
-
On the confirmation dialog, choose Delete parameters.
To delete a parameter using the AWS CLI
-
Run the following command:
aws ssm delete-parameter --name "my-parameter"Replace
my-parameterwith the name of your parameter to be deleted.For information about all options available for use with the
delete-parametercommand, see delete-parameter in the AWS Systems Manager section of the AWS CLI Command Reference.