Create a workspace
POST
/
v2
/teams
/{team_id}
/workspaces
Request Body
application/json
Requiredcreate workspace body
cluster
object
General cluster object
network_id
string
network id
nickname
string
workspace display name
personal_access_token
string
github personal access token
quickstart_id
string
id of the quickstart to launch, if provided will use this quickstart instead of the recipe
recipe_id
Requiredstring
recipe id
recipe_version_id
string
recipe version id from which to launch the workspace, supersedes the launch version in the recipe
region
string
user selected region during ws creation
region_name
string
user selected region name during ws creation
storage_volume_size
integer
size of the storage volume in GB
volume_mounts
array<object>
volumes to mount on the workspace
Path Parameters
team_id
Requiredstring
ID of team
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
OK