Click Details in the Identity Service panel, then click Disable GKE Identity Service in the pane that displays.
gcloud
Run the following command:
gcloud container fleet identity-service disable
After disabling the feature for your fleet, you can no longer view or update any cluster's GKE Identity Service state in the Google Cloud console or by using gcloud.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Disable fleet-level GKE Identity Service management\n===================================================\n\nThis document provides details on how you can disable fleet-level GKE Identity Service\nmanagement for a cluster and fleet.\n\nDisable fleet-level management for a cluster\n--------------------------------------------\n\nTo disable fleet-level management for a cluster, run the following command: \n\n```bash\ngcloud container fleet identity-service delete --membership=CLUSTER_NAME\n```\n\nwhere \u003cvar translate=\"no\"\u003eCLUSTER_NAME\u003c/var\u003e is your cluster's unique name within the fleet.\n\nDisable fleet-level management for a fleet\n------------------------------------------\n\nTo disable fleet-level GKE Identity Service management for your fleet, do the following: \n\n### Console\n\n1. In the Google Cloud console, go to the **Feature Manager** page.\n\n [Go to Feature Manager](https://console.cloud.google.com/kubernetes/features/overview)\n2. Click **Details** in the **Identity Service** panel, then click **Disable GKE Identity Service** in the pane that displays.\n\n### gcloud\n\nRun the following command: \n\n gcloud container fleet identity-service disable\n\nAfter disabling the feature for your fleet, you can no longer view or update any cluster's GKE Identity Service state in the Google Cloud console or by using `gcloud`."]]