Disable Container registry

Hello,

I have several hundred projects that I need to disable container registry ( GITLAB - General - Visibility, project features, permissions - )

Is there any way to do this by implementing a script or will I have to do this manually?

Thank you!

i do not know i will try to help figure it out thanks for the challenge

You can use the REST API to get all projects, and then loop over them to disable the registry setting. Container Registry API | GitLab

3 Likes

i did not know that thanks