Hi,
My project (PII Removed by Staff) was accidentally deleted via Firebase console on June 13, 2026 and restored after few hours via Google Cloud Resource Manager.
Symptoms:
lifecycleState: ACTIVEconfirmed viaill persistsgcloud projects describe- Currently running Cloud Run revisions serve traffic correctly
- No new revisions can be created in
europe-west1- error:PERMISSION_DENIED: denied: Project (PII Removed by Staff) has been deleted - Same error from both gcloud CLI and Google Cloud Console
us-central1works but cannot be used for GDPR compliance reasons
What I’ve checked:
- The Cloud Run troubleshooting documentation has no mention of Cloud Run being permanently broken after project restoration, unlike Artifact Registry
- Official documentation states “some services may take up to 36 hours to fully resume operations after project restoration”
- 24+ hours have passed with no improvement
This is consistent with a backend propagation delay, not a permanent limitation. Has anyone experienced this? Did it resolve automatically after 36 hours or did it require Google intervention? Can a Google engineer force-propagate the project restoration for Cloud Run in europe-west1?
Additional technical evidence: Cloud Logging shows Cloud Run control plane returning gRPC code 7 (PERMISSION_DENIED) with message ‘denied: Project #(PII Removed by Staff) has been deleted’ on every deployment attempt, while gcloud projects describe confirms lifecycleState: ACTIVE. This is an internal inconsistency in GCP systems.