The maxUsableWorkstations limit is only enforced in the CreateWorkstation API
for developers with Cloud Workstations Creator permissions.
The limit is not enforced when a Cloud Workstations Admin creates additional workstations for a configuration and grants workstations.workstation.use to a specific developer.
Exempting users from maximum usable workstation limit
A Cloud Workstations Admin can also exempt developers from this limit by granting them
roles/workstations.workstationLimitExemptedCreator role.
[[["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-08-25 UTC."],[],[],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)."]]