---
title: "Receive a VM migration from URL"
method: PUT
path: "/vm.receive-migration"
---

# Receive a VM migration from URL

`PUT /vm.receive-migration`

## Request body

- ReceiveMigrationData
  - `receiver_url` string, required

## Response `204`

The VM migration was successfully received.

## Other responses

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

## Changes

- **2022-02-24** `2f0e5d4cc0d8` — 1 breaking
  - the request property `receiver_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.receive-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)
