---
title: "Re-validate an existing connection"
method: POST
path: "/api/v1/databricks/connections/{connection_id}/validate"
tags: ["DATABRICKS", "Databricks", "Databricks Connections"]
deprecated: true
---

# Re-validate an existing connection

`POST /api/v1/databricks/connections/{connection_id}/validate`

> **Deprecated.**

## Path parameters

- `connection_id` integer, required

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- DatabricksConnectionTestResponse
  - `ok` boolean, required
  - `message` string, nullable
  - `workspace_id` string, nullable
  - `catalogs` string[], nullable
  - `current_catalog` string, nullable
  - `metastore_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
