studios

Create Studio

Creates a new Studio environment, starting it by default. Default behavior can be changed using the query parameter autoStart=false.

post/studios

Query parameters

workspaceIdinteger

Workspace numeric identifier

autoStartboolean

Optionally disable the Studio's automatic launch when it is created.

Request body

namestring required
descriptionstring
dataStudioToolUrlstring
computeEnvIdstring required
initialCheckpointIdinteger
isPrivateboolean
labelIdsinteger[] nullable
spotboolean nullable

Response

CreateDataStudio 200 response

Example response

{
  "studio": {
    "sshDetails": {
      "command": "ssh username@sessionId@host -p port"
    }
  }
}

Changes