I'm getting this banner when trying to reach my repositories:
Your workspace has exceeded the 1 GB limit and has been placed in read-only mode. Learn more about upgrading your plan and checking storage usage. — Learn more I can reach individual repos that I remember by name, but when I try to go through the link "https://bitbucket.org/workspaceName/workspace/overview/" I'm getting the above banner.
If I don't know the list how can I reduce the used limit? I can delete some repos after exporting them out but I don't know what endpoint I can reach to get the list? Tried via cUrl with "https://api.bitbucket.org/2.0/workspaces/workspaceName
" and got this:
{"type": "error", "error": {"message": "Error: This workspace and its content have been deactivated due to inactivity. Contact your workspace admin to reactivate it and avoid permanent deletion. Workspace admins can reactivate it via the web interface."}}%
So not sure what else I can try.