Start Migration
start_migrationStart a guided migration run by matching source and target models, creating a workspace, and returning precise next steps, with candidate options when identifiers need confirmation.
Instructions
Start a guided migration run; the preferred entry point for a full migration.
Matches both models against the local registry first (tolerating vague or
platform-decorated identifiers). If either identifier needs confirmation,
nothing is written and the result carries candidates to show the user.
Otherwise the run workspace is created (default
<application>/.llm-migrate/runs/<run-id>/, or output_dir when given), a
bounded research request is written only when knowledge is missing or
stale, and next_steps says exactly which tools to call next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| run_id | No | ||
| source | Yes | ||
| target | Yes | ||
| research | No | auto | |
| output_dir | No | ||
| prompt_sources | No | ||
| source_endpoint | No | ||
| source_platform | No | ||
| target_endpoint | No | ||
| target_platform | No | ||
| application_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||