Feature Overview
Request to provide a bulk delete method for Collection versions via web or terminal.
Background, and strategic fit
AAH does not provide a way to delete more than one collectin version at a time, so this might be done one by one or attacking the API with a curl for example:
for i in $(seq 4 1 140);do curl -X DELETE --user admin:redhat00 https://automationhub.bcnconsulting.com/api/galaxy/content/published/v3/plugin/ansible/content/published/collections/index/redhat_cop/controller_casc/versions/0.0.$i/;done
(Optional) Use Cases
Delete a group of collection versions at the same time via web or terminal.
Assumptions
Need to delete more than one version of the collection.
Out of Scope
- relates to
-
AAH-1968 Implement collection version search endpoint in pulp ansible
- Closed