Security & Governance

Google Removes the Admin Toggle for Gemini 3.5 Flash — Here's What IT Teams Need to Know

As of June 9, 2026, Gemini 3.5 Flash is the permanent, non-disableable default in Gemini Enterprise. The admin toggle is gone for good.

Google Cloud logo on a dark blue background

Google made a quiet but consequential change to Gemini Enterprise over June 8 and 9, 2026. Gemini 3.5 Flash is now the permanent default model for the Gemini Enterprise app, and the Feature Management toggle that allowed admins to disable it has been removed. Permanently.

If your organisation runs Gemini Enterprise in the Global, US, or EU multi-regions, this change is already in effect and there is no way to roll it back.

What exactly changed

Until this week, Google Cloud admins could navigate to the Gemini Enterprise app settings in the Google Cloud console, find the Feature Management tab, and toggle Gemini 3.5 Flash off for their users. That option is gone.

From June 9, 2026:

  • Gemini 3.5 Flash is enabled by default for every user in the Gemini Enterprise app
  • The Feature Management toggle for this model no longer appears in the console
  • Admins cannot disable it

The change rolled out across the Global, US, and EU regions. It was originally scheduled for June 8, then pushed by one day to June 9 before taking effect.

What happened to Gemini 2.5 Flash

It has been removed from the model selector. Because Gemini 3.5 Flash is now the current GA Flash model, Gemini 2.5 Flash no longer appears as a selectable option in either the Gemini Enterprise app assistant or Agent Designer.

Users can still access Gemini 2.5 Pro and Gemini 3.5 Flash via the model selector dropdown, but if anyone in your organisation was relying on 2.5 Flash specifically, that path is closed in the UI.

For the Business edition, the same applies: Gemini 3.5 Flash has replaced the Gemini 2.5 Flash option in the model selector.

What happened to Agent Designer agents

Google handled this automatically. Agents in Agent Designer running in the US and Global regions that had previously been migrated from Gemini 2.5 Flash or Gemini 2.5 Pro to Gemini 3.1 Pro have now been migrated again, this time to Gemini 3.5 Flash. No action was required from admins or developers for that migration to happen.

If you want those agents to use a different model, you can change it by editing the agent’s settings in either conversational chat or the flow builder.

New agents created in Agent Designer default to Gemini 3.1 Pro in the US and Global regions. After creation, you can switch them to Gemini 2.5 Pro or Gemini 3.5 Flash in the agent settings.

Why this matters beyond the toggle

The removal of the toggle is the most visible part of this change, but the broader picture is worth understanding.

Google’s model retirement pace is accelerating. The gemini-2.0-flash-001 and gemini-2.0-flash-lite-001 API endpoints shut down on June 1, 2026. Gemini 2.5 Flash, the model that just disappeared from the selector, carries an October 16, 2026 shutdown date. That means any team now pointing API calls at gemini-2.5-flash is already on the clock for a second mandatory migration, roughly four months away.

Production systems with hardcoded model identifiers are carrying real risk. A model string that works today may return errors before the end of the year. This is not hypothetical: the June 1 shutdowns already caught some teams out.

Google’s position is that Gemini 3.5 Flash delivers near-Pro intelligence at Flash-tier cost and speed, including Pro-level coding performance and parallel agentic execution. The forced migration is Google pushing organisations toward what it considers the current capable baseline, not a cost-cutting measure on Google’s side.

What you should do now

Check your API integrations first. If you have services calling Gemini models by specific versioned identifiers, audit them. Treat hardcoded model IDs as technical debt that needs active management. The pace of model retirements means this is no longer a set-and-forget configuration.

Review your Agent Designer agents. The automatic migration to Gemini 3.5 Flash has already happened for affected agents. Verify that your agents are behaving as expected and, if a specific model was chosen for a reason (output style, latency, cost), revisit whether Gemini 3.5 Flash meets those needs or whether switching to Gemini 2.5 Pro is more appropriate.

Plan for the October cutover. Gemini 2.5 Flash has a confirmed shutdown date of October 16, 2026. If your team was considering whether to migrate to the 3.x model tier, that decision has been made for the UI layer already. For anything touching the API, build that migration into your roadmap now rather than responding to a deadline.

Know where your remaining controls live. The Feature Management toggle for Gemini 3.5 Flash is gone, but other admin controls remain. Centralised Gemini Enterprise settings, including service on/off controls and data sharing configurations, are still available in the Generative AI section of the Workspace Admin console. Granular control over Workspace data access is still governed by your licence.

EU organisations: Gemini 3.5 Flash maintains compliance with data residency and machine learning processing requirements in the EU. The model change does not affect your data residency posture.

The bottom line

This is Google consolidating around its current model generation and removing the ability for organisations to stay on older defaults indefinitely. The technical migration for most users was automatic. The operational question is whether your API integrations, custom agents, and internal tooling have kept pace, and whether your team is tracking the October 2025 deadline for the next forced cutover.

The Gemini Enterprise release notes and Agent Platform release notes are worth bookmarking if you are not already watching them. Model changes at this cadence mean release notes have become a routine part of enterprise AI operations, not just developer reading.