Configures Kubernetes health probes (liveness, readiness, startup) for the application. Health checks ensure your application is running correctly and ready to receive traffic.
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
Application UUID
Update health checks
Enable liveness probe (restarts container if unhealthy)
Enable readiness probe (removes from load balancer if not ready)
Enable startup probe (delays other probes until app starts)
Send in-app notification on liveness probe failure
Send email notification on liveness probe failure
Send in-app notification on readiness probe failure
Send email notification on readiness probe failure
Send in-app notification on startup probe failure
Send email notification on startup probe failure
Include project-level environment variables in health checks
HTTP endpoint path for liveness checks (e.g., /health)
HTTP endpoint path for readiness checks (e.g., /ready)
HTTP endpoint path for startup checks (e.g., /startup)
Seconds to wait before first liveness probe
Seconds before liveness probe times out
Interval between liveness probes in seconds
Consecutive failures before container restart
Seconds to wait before first readiness probe
Seconds before readiness probe times out
Interval between readiness probes in seconds
Consecutive failures before removing from load balancer
Seconds to wait before first startup probe
Seconds before startup probe times out
Interval between startup probes in seconds
Consecutive failures before giving up on startup
Update health checks
Api_V1_Entities_Message model
Response message