---
title: "API to start a process of classification data migration."
method: POST
path: "/migrate"
tags: ["Classification Data Migration Process"]
---

# API to start a process of classification data migration.

`POST /migrate`

Starts a process that migrates existing data classes and classifications to the Unified Data Classification method.

## Response `202`

Data migration process started.

- ClassificationDataMigrationProcessResponse — Represents the response returned when data migration process starts.
  - `jobId` string, uuid — The ID of the newly started job or the existing one.

## Other responses

- `400` — The request is not valid.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `404` — Resource not found.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
