curl --request GET \
--url https://{port}-{sandboxID}.e2b.app/health{
"message": "The sandbox was not found",
"code": 502,
"sandboxID": "i1234abcd5678efgh90jk"
}The service is healthy
Was this page helpful?
curl --request GET \
--url https://{port}-{sandboxID}.e2b.app/health{
"message": "The sandbox was not found",
"code": 502,
"sandboxID": "i1234abcd5678efgh90jk"
}