---
title: "Check Memory Connection"
method: POST
path: "/admin/api/v1/memory/check-connection"
tags: ["Agent Configuration"]
---

# Check Memory Connection

`POST /admin/api/v1/memory/check-connection`

Probe the configured memory backend.

Returns 404 if no memory row exists; otherwise calls the probe
against the stored config. The probe never raises — failures land
in the response body as ``ok=False``.

## Response `200`

Successful Response

- StandaloneConnectionCheck — Body of POST /admin/api/v1/<resource>/check-connection. ``ok = True`` means the provider responded as expected. ``details`` carries provider-specific information (e.g. tool list for an MCP server). ``error`` is set only when ``ok = False``.
  - `ok` boolean, required
  - `details` object, nullable
  - `error` string, nullable

---

[API](https://skmtc.net/idun-group/apis/idun-agent-engine-server.md) · [All operations](https://skmtc.net/idun-group/apis/idun-agent-engine-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idun-group/idun-agent-engine-server/versions/8909cd73cc1c/schema)
