

• 2026 年 4 月 30 日之後， AWS Systems Manager CloudWatch Dashboard 將不再可用。客戶可以繼續使用 Amazon CloudWatch 主控台來檢視、建立和管理其 Amazon CloudWatch 儀表板，就像現在一樣。如需詳細資訊，請參閱 [Amazon CloudWatch Dashboard 文件](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Dashboards.html)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 從 Parameter Store 中刪除參數
<a name="deleting-parameters"></a>

本主題說明如何刪除您在 Parameter Store (AWS Systems Manager 中的工具) 中建立的參數。

**警告**  
刪除參數會移除其所有版本。刪除後，參數及其版本均無法還原。

**使用主控台刪除參數**

1. 開啟位於 AWS Systems Managerhttps://console.aws.amazon.com/systems-manager/ 的主控台。[https://console.aws.amazon.com/systems-manager/](https://console.aws.amazon.com/systems-manager/)

1. 在導覽窗格中，選擇 **Parameter Store**。

1. 在 **My parameters** (我的參數) 索引標籤上，選取要刪除的每個參數旁邊的核取方塊。

1. 選擇 **刪除**。

1. 在確認對話方塊上，選擇 **Delete parameters** (刪除參數)。

**使用 AWS CLI 刪除參數**
+ 執行以下命令：

  ```
  aws ssm delete-parameter --name "my-parameter"
  ```

  使用要刪除的參數之名稱取代 *my-parameter*。

  如需有關可與 `delete-parameter` 命令搭配使用的所有選項的資訊，請參閱《AWS CLI 命令參考》中 *AWS Systems Manager 部分*中的 [https://docs.aws.amazon.com/cli/latest/reference/ssm/delete-parameter.html](https://docs.aws.amazon.com/cli/latest/reference/ssm/delete-parameter.html)。