Delete a probe - Amazon CloudWatch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Delete a probe

You can delete a probe rather than deactivating it if you know that you won't need it again later. You can't recover a deleted probe; instead, you must recreate it. Billing charges end for a probe when the probe is deleted. You can delete a probe by using the Amazon CloudWatch console or the Amazon Command Line Interface.

Delete a probe by using the console

To delete a probe using the console
  1. Open the CloudWatch console at https://console.amazonaws.cn/cloudwatch/, and then under Network Monitoring, choose Network Monitor.

  2. In the Network monitors section, under Name, choose a monitor link to open the monitor dashboard.

  3. Choose the Monitor details tab.

  4. Choose the monitor check box, choose Actions, and then choose Delete.

  5. On the Delete probe dialog box, do the following:

  6. Choose Delete to confirm that you want to delete the probe.

    The State of the probe in the Probes section shows Deleting. After it's deleted, the probe is removed from the Probes section.

Delete a probe by using the CLI

Delete a probe by using the Amazon Command Line Interface. You can only use this command to delete a single probe.

To delete a probe by using the CLI
  1. Use list-monitors to get a list of your monitors if you don't know the name of the monitor. Note the name of the monitor with the probe you want to delete

  2. Use get-monitor with the monitor name from the previous step. This returns a list of any probes associated with that monitor. Note the probe ID of any probe you want to delete.

  3. Use delete-probe.