---
title: "Import server transfer bundle"
method: POST
path: "/servers/import"
tags: ["Servers"]
---

# Import server transfer bundle

`POST /servers/import`

Import a server transfer bundle into this Coolify instance (adopt mode by default).

## Request body

- object
  - `bundle` object — Plain or encrypted transfer bundle
  - `passphrase` string, nullable
  - `dry_run` boolean
  - `preserve_uuids` boolean
  - `adopt_mode` boolean — Import without forcing redeploy; keep statuses for adoption
  - `claim` boolean — Automatically claim the host for this instance after import
  - `write_remote` boolean — When claiming, write ownership file on the host via SSH
  - `rebind_sentinel` boolean — When claiming, rebind Sentinel to this instance

## Response `200`

Dry-run result

## Other responses

- `201` — Imported
- `401` — Unauthenticated.
- `422` — Validation failed

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
