# Create migration

**PUT /v1/migrations**




## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters



### Body: application/json (object)
Migration configuration
- **migration_type** (string)

- **topics** (array[object])

- **consumer_groups** (array[string])
  List of migrated consumer groups
- **auto_advance** (boolean)
  If set, you do not need to take manual action for the migration to progress.


## Responses
### 200
OK

#### Body: application/json (object)
- **migration_type** (string)

- **topics** (array[object])

- **consumer_groups** (array[string])
  List of migrated consumer groups
- **auto_advance** (boolean)
  If set, you do not need to take manual action for the migration to progress.


[Powered by Bump.sh](https://bump.sh)
