Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Check
pingdom:create_check
Create a new uptime check to monitor a website or service.
Write
Medium risk
Create Maintenance
pingdom:create_maintenance
Create a maintenance window to suppress alerts during planned downtime.
Write
Medium risk
Delete Check
pingdom:delete_check
Delete an uptime check permanently. This action cannot be undone.
Write
High risk
Delete Maintenance
pingdom:delete_maintenance
Delete a maintenance window permanently. This action cannot be undone.
Write
High risk
Get Check
pingdom:get_check
Fetch a single uptime check by ID with current status and settings.
Read
Low risk
Get Check Results
pingdom:get_check_results
Get test results for an uptime check within a time range.
Read
Low risk
Get Summary
pingdom:get_summary
Get uptime summary statistics for a check over a time period.
Read
Low risk
List Checks
pingdom:list_checks
List uptime checks with optional filtering by name, hostname, status, or type.
Read
Low risk
List Maintenance
pingdom:list_maintenance
List maintenance windows with optional filtering by status.
Read
Low risk
Pause Check
pingdom:pause_check
Pause an uptime check to temporarily stop monitoring.
Write
Medium risk
Resume Check
pingdom:resume_check
Resume a paused uptime check to restart monitoring.
Write
Medium risk
Update Check
pingdom:update_check
Update an existing uptime check's configuration.
Write
Medium risk