v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
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

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

Response

CreateDataStudio 200 response

Example response

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