A Runtime has been in "Unhealthy" state for ~12 hours and has not recovered.
I need to access it again because it has storage data I need, but there does not seem to be any way to recover an "Unhealthy" runtime (not through the UI, neither through API)
Are you able to access the terminal even in an unhealthy state? if yes you can try copying the files through terminal to a bucket with this command:
gsutil cp -R /content/\* gs://BucketName
The content is default location when you open the directory of the runtime, you can change it to any directory desired.
Reference: https://stackoverflow.com/a/73030233/19378826