-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
3
Suggestion:
Having bulk delete API for repositories will help.
The performance team has requested this as well, as deleting 300 repos takes a while (since our current latency is sitting close to ~500ms, this could take 150s to do.)
we likely would limit this to 100 repositories at a time. The request should look like:
POST /repositories/bulk_delete/
{ "uuids": ["abcd", "efgh"] }
If any one item fails (isn't found), the whole request should fail.
Additional points:
- is cloned by
-
HMS-2063 UI - Add ability to bulk delete repositories
-
- Closed
-