---
title: "Import missing dynamic clusters from the main config git repo"
method: POST
path: "/api/clusters/actions/fetch-dynamic-from-git"
tags: ["Cluster"]
---

# Import missing dynamic clusters from the main config git repo

`POST /api/clusters/actions/fetch-dynamic-from-git`

Clones the main config git repo and starts any dynamic cluster found there that is not already known locally. Existing clusters are never overwritten. Always returns 200 with a partial-success result unless the whole action cannot start.

## Headers

- `Authorization` string, required

## Response `200`

Import result, possibly with per-cluster errors

- ServerDynamicClusterImportResult
  - `errors` object
  - `imported` string[]
  - `invalid` string[]
  - `skipped_existing` string[]

## Other responses

- `403` — administrator access required, or instance not eligible (requires a registered Cloud18 account on a paid plan)
- `405` — method not allowed
- `500` — action could not start

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/versions/7465ea0ee21a/schema)
