Request
Path Parameters
healthcheck_uuidstringrequired
The UUID of the healthcheck to resume
Response
Returns a confirmation message.
Resumes monitoring for a paused healthcheck. The due date is reset to prevent immediate alerts.
Returns a confirmation message.
curl -X POST https://api.hyperping.io/v2/healthchecks/tok_abc123def456/resume \
-H "Authorization: Bearer ${API_TOKEN}"{
"message": "Healthcheck resumed"
}