---
title: "Test proxy connectivity"
method: POST
path: "/host/db/proxy/test"
tags: ["SSH"]
---

# Test proxy connectivity

`POST /host/db/proxy/test`

Tests connectivity through a proxy configuration to a target host.

## Request body

- object
  - `singleProxy` object
    - `host` string
    - `port` number
    - `type` string
    - `username` string
    - `password` string
  - `proxyChain` object[]
  - `testTarget` object
    - `host` string
    - `port` number

## Response `200`

Test result

## Other responses

- `500` — Proxy connection failed

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
