Commands
qprobe check
Quick health check on a URL or the configured base URL.
qprobe check
Perform a quick health check on a URL. Simpler than qprobe health — single request, no polling.
qprobe check [url]Examples
# Check a specific URL
qprobe check http://localhost:3000/api/health
# Check the configured baseUrl
qprobe checkExit Codes
0— URL is reachable and returned a success status1— URL is unreachable or returned an error status