---
title: "Test node connection"
method: POST
path: "/api/nodes/{id}/test"
tags: ["Nodes"]
---

# Test node connection

`POST /api/nodes/{id}/test`

Tests connectivity to a node. For remote nodes, pings the remote Sencho instance's health endpoint.

## Path parameters

- `id` integer, required

## Response `200`

Connection test result.

- object
  - `success` boolean, required
  - `message` string
  - `error` string

## Other responses

- `401` — Authentication required. Provide a valid Bearer token.
- `500` — Internal server error.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
