GitLab CI/CD · Capability
GitLab API — batched_background_migrations
GitLab API — batched_background_migrations. 4 operations. Lead operation: batched_background_migrations. Self-contained Naftiko capability covering one Gitlab Ci business surface.
What You Can Do
GET
Getapiv4adminbatchedbackgroundmigrations
— Get the list of batched background migrations
/v1/api/v4/admin/batched-background-migrations
GET
Getapiv4adminbatchedbackgroundmigrationsid
— Retrieve a batched background migration
/v1/api/v4/admin/batched-background-migrations/{id}
PUT
Putapiv4adminbatchedbackgroundmigrationsidpause
— Pause a batched background migration
/v1/api/v4/admin/batched-background-migrations/{id}/pause
PUT
Putapiv4adminbatchedbackgroundmigrationsidresume
— Resume a batched background migration
/v1/api/v4/admin/batched-background-migrations/{id}/resume
MCP Tools
get-list-batched-background-migrations
Get the list of batched background migrations
read-only
idempotent
retrieve-batched-background-migration
Retrieve a batched background migration
read-only
idempotent
pause-batched-background-migration
Pause a batched background migration
idempotent
resume-batched-background-migration
Resume a batched background migration
idempotent