# Cloud Cost AutoStopping Alerts

This contains APIs to create and manage alerts for AutoStopping events and notifications.

## Create Alert

 - [POST /gateway/lw/api/accounts/{account_id}/alerts](https://apidocs.harness.io/cloud-cost-autostopping-alerts/createalert.md): Creates a new alert configuration for AutoStopping events. Alerts can notify users via email or Slack when specific events occur, such as warmup failures, cooldown failures, or rule lifecycle changes.

## Update Alert

 - [PUT /gateway/lw/api/accounts/{account_id}/alerts](https://apidocs.harness.io/cloud-cost-autostopping-alerts/updatealert.md): Updates an existing alert configuration. The alert ID must be provided in the request body.

## List Alerts

 - [POST /gateway/lw/api/accounts/{account_id}/alerts/list](https://apidocs.harness.io/cloud-cost-autostopping-alerts/listalerts.md): Retrieves a paginated list of alerts matching the specified search criteria. Supports filtering by entity type, entity IDs, enabled status, events, and name search.

## Get Alert

 - [GET /gateway/lw/api/accounts/{account_id}/alerts/{alert_id}](https://apidocs.harness.io/cloud-cost-autostopping-alerts/getalert.md): Retrieves the details of a specific alert by its ID.

## Delete Alert

 - [DELETE /gateway/lw/api/accounts/{account_id}/alerts/{alert_id}](https://apidocs.harness.io/cloud-cost-autostopping-alerts/deletealert.md): Deletes an alert by its ID. This is a soft delete operation.

