Skip to main content
This documentation refers to the Cachet v3 API. If you are looking for the Cachet v2 API, please refer to the previous Cachet API documentation.

JSON API

Cachet provides a RESTful JSON API that allows you to interact with the status page programmatically. The API is simple to use.

Deleting resources

Every resource with a delete endpoint supports deleting one resource by ID:
Component groups, components, incidents, incident templates, metrics, and schedules also support atomic bulk deletion with a comma-separated ids query parameter:
All requested IDs must be valid and exist before Cachet deletes anything. An unqualified collection DELETE is rejected, and ids=all is not supported. See the relevant endpoint reference for the required API-token ability.

Example response