Skip to main content

Overview

Check the health status of the NimbleTools API and verify connectivity from your system.

Syntax

ntcli health

Examples

Basic Health Check

ntcli health
When API is healthy:
✅ NimbleTools API is healthy
Status: OK
Response time: 45ms
Version: v1.2.3
When API has issues:
❌ NimbleTools API health check failed
Error: Connection timeout
Please check your internet connection and try again

What Gets Tested

The health check verifies:

API Connectivity

Tests connection to the NimbleTools API endpoint

Response Time

Measures API response latency

Service Status

Verifies API services are operational

Version Info

Shows current API version

Troubleshooting

Cause: Network connectivity issues or API downtimeSolutions:
  1. Check internet connection
  2. Verify API endpoint: echo $NTCLI_API_URL
  3. Try alternative network
Cause: DNS issues or incorrect API URLSolutions:
  1. Test DNS: nslookup mcp.nimbletools.ai
  2. Try different DNS server
  3. Check proxy settings
I