View source: R/prometheusservice_operations.R
prometheusservice_delete_scraper | R Documentation |
The delete_scraper
operation deletes one scraper, and stops any metrics collection that the scraper performs.
See https://www.paws-r-sdk.com/docs/prometheusservice_delete_scraper/ for full documentation.
prometheusservice_delete_scraper(clientToken = NULL, scraperId)
clientToken |
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request. |
scraperId |
[required] The ID of the scraper to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.