How To

Schedule pings at 00:00 and 12:00 IST.

1Create a health check URL

Expose an endpoint in the project that returns 200 OK when healthy. If a custom endpoint isn’t available, the public landing page can also be used as the health check URL.

Examples
  • API: https://api.example.com/health
  • Web: https://example.com/

2Create a project

On the homepage, paste the health check URL into the input. Choose “Create” from the integrated dropdown and press the action button. A new project is created and enrolled in scheduled checks.

Tip

  • Keep the URL stable and publicly reachable so pings succeed.
  • Save the healthcheck URL or hostname for checking project status later.

3Scheduled health checks (IST)

All projects are scheduled for health checks at 00:00 and 12:00 IST daily. Results update the project’s status and timestamps after each run.

00:00 IST12:00 IST

4Check project status

Use the homepage bar: select “Status” and search with one of the following:

  • By URL: paste the full health check URL.
  • By hostname: enter only the hostname (including subdomain), e.g., abc.example.com.

5Delete a project

In the homepage bar, select “Delete,” then provide the same identifier used for status (URL or hostname) and confirm the deletion.

Note

  • Deleting a project stops future scheduled checks and removes it from database completely.