Skip to content

Create repository storage moves for all projects on a storage shard

POST
/api/v4/project_repository_storage_moves

Creates repository storage moves for each project repository stored on the source storage shard. This endpoint migrates all projects at once.

Media type application/json
object
source_storage_name
required

The source storage shard

string
>= 1 characters
destination_storage_name

The destination storage shard

string
nullable
Example generated
{
"source_storage_name": "example",
"destination_storage_name": "example"
}

Accepted

Bad Request