---
title: "Send a VM migration to URL"
method: PUT
path: "/vm.send-migration"
---

# Send a VM migration to URL

`PUT /vm.send-migration`

## Request body

- SendMigrationData
  - `destination_url` string, required
  - `local` boolean

## Response `204`

The VM migration was successfully sent.

## Other responses

- `500` — The VM migration could not be sent.

## Changes

- **2022-02-24** `2f0e5d4cc0d8` — 1 breaking
  - the request property `destination_url` became required
- **2022-01-21** `521656a27842` — 1 info
  - endpoint added
- **2020-04-28** `bf56946c8349` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kata-containers/apis/cloud-hypervisor-api/changes/vm.send-migration/put.md)

---

[API](https://skmtc.dev/kata-containers/apis/cloud-hypervisor-api.md) · [All operations](https://skmtc.dev/kata-containers/apis/cloud-hypervisor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kata-containers/cloud-hypervisor-api/revisions/c30c01a9fb80/schema)
