# Migrate Evidence

## Migrate evidence items to a different case

<mark style="color:blue;">`POST`</mark> `/api/v1/evidence/migrate`

Use this API endpoint to migrated chosen evidence items from one case to another.

**Request Body**

| Name                                          | Type   | Description                                                                                                                        |
| --------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `uuid`<mark style="color:red;">\*</mark>      | array  | Array of evidence item UUIDs that are to be migrated. <mark style="color:red;">`REQUIRED`</mark>                                   |
| `case_uuid`<mark style="color:red;">\*</mark> | string | <p>The UUID of the case that the evidence items will be migrated to. <br><mark style="color:red;"><code>REQUIRED</code></mark></p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monolithforensics.com/monolith/monolith-api/evidence-api/migrate-evidence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
