1. Learn
  2. /
  3. Courses
  4. /
  5. Deploying AI into Production with FastAPI

Connected

Exercise

Adding a simple health check endpoint

You want to add a simple health check endpoint to your app.

Instructions

100 XP
  • Add a GET endpoint at the typical location for health checks.
  • Return a status of "OK".