[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-03。"],[],[],null,["# Limit the number of workstations per developer\n\nThis document describes how Cloud Workstations Admins can limit the number of workstations created per developer per workstation configuration.\n\n\u003cbr /\u003e\n\nThis helps you control costs incurred by workstations.\n\nTo learn more about pricing see [Cloud Workstations pricing](/workstations/pricing).\n\nLimit the number of workstations per workstation configuration\n--------------------------------------------------------------\n\nTo limit developers so they can create only one workstation per workstation configuration, run\nthe following `gcloud` CLI command: \n\n```\n gcloud workstations configs create CONFIG \\\n --cluster=CLUSTER \\\n --region=REGION \\\n --project=PROJECT \\\n --max-usable-workstations-count 1\n```\n| **Note:** The default value for `maxUsableWorkstations` is 0, which means a developer can create an unlimited number of workstations.\n\nThe `maxUsableWorkstations` limit is only enforced in the `CreateWorkstation` API\nfor developers with **Cloud Workstations Creator** permissions.\n\nThe limit is not enforced when a **Cloud Workstations Admin** creates additional workstations for a configuration and grants `workstations.workstation.use` to a specific developer.\n\nExempting users from maximum usable workstation limit\n-----------------------------------------------------\n\nA *Cloud Workstations Admin* can also exempt developers from this limit by granting them\n`roles/workstations.workstationLimitExemptedCreator` role.\n\nFor more information about granting this role, see [Access control with IAM and Cloud Workstations](/workstations/docs/access-control#workstations-limit-exempted-creator).\n\nWhat's next\n-----------\n\n- See a list of [workstation configuration parameters](/workstations/docs/customize-development-environment).\n- [Set up security best practices](/workstations/docs/set-up-security-best-practices)."]]