# Shard actions requests

```json metadata
{
  "schema_version": 2,
  "title": "Shard actions requests",
  "description": "REST API requests to perform shard actions",
  "categories": ["docs","operate","rs"],
  "tableOfContents": {"sections":[{"id":"migrate","title":"Migrate"}]}

,
  "codeExamples": []
}
```


## Migrate

| Method | Path | Description |
|--------|------|-------------|
| [POST](https://redis.io/docs/latest/operate/rs/references/rest-api/requests/shards/actions/migrate#post-multi-shards) | `/v1/shards/actions/migrate` | Migrate multiple shards |
| [POST](https://redis.io/docs/latest/operate/rs/references/rest-api/requests/shards/actions/migrate#post-shard) | `/v1/shards/{uid}/actions/migrate` | Migrate a specific shard |

