Batas maxUsableWorkstations hanya diterapkan di CreateWorkstation API
untuk developer dengan izin Cloud Workstations Creator.
Batas ini tidak diterapkan saat Admin Cloud Workstations membuat workstation tambahan untuk konfigurasi dan memberikan workstations.workstation.use kepada developer tertentu.
Mengecualikan pengguna dari batas workstation maksimum yang dapat digunakan
Admin Cloud Workstations juga dapat mengecualikan developer dari batas ini dengan memberi mereka peran roles/workstations.workstationLimitExemptedCreator.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-11 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)."]]