maple.backend.envs.base.EnvBackend.health

EnvBackend.health(handle: EnvHandle) Dict

Check health of a specific environment instance.

Performs a health check by querying the container’s health endpoint. Used by the daemon’s health monitor to detect container failures.

Parameters:

handle – Environment handle to check.

Returns:

Health status dictionary with ‘status’ field.