Error AtlasError Documentation and Resolution

Cloud Run feature is not supported in the declared launch stage

The feature is not supported in the declared launch stage.

Cloud Run rejected an Admin API request because it used a feature that requires a beta or preview launch stage but the request did not declare the appropriate launch stage.

The feature is not supported in the declared launch stagedeployment
The feature is not supported in the declared launch stage.
  • A Cloud Run Admin API request uses a beta feature without declaring the matching launch stage.
  • The service definition or API payload includes configuration that is not available at the currently declared launch stage.
  • The deployment tooling assumes general availability for a feature that Cloud Run still treats as preview or beta.
  1. Check whether the feature being used requires a beta launch stage and update the request accordingly.
  2. Review the Cloud Run service configuration for fields or annotations that are not available at the current launch stage.
  3. If the feature is not required, remove it and redeploy using only generally available configuration.
Google Cloud: Troubleshoot Cloud Run issues
Cloud Run feature is not supported in the declared launch stage | Error Atlas