New
Discover how Dropbox streamlined dev environments & cut costs by switching 1000 developers to Coder

Read the success story

Home
/
/
/

You can set the maximum number of workspaces that each user can create. To do so, update your Helm chart and set the CODER_MAX_WORKSPACES_PER_USER parameter to the maximum allowable number:

# Allow each user to create no more than 100 workspaces
coderd:
  extraEnvs:
    - name: CODER_MAX_WORKSPACES_PER_USER
      value: 100
See an opportunity to improve our docs? Make an edit.