v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
workspaces

Update workspace Studios settings

Updates the Studios settings of the workspace identified by the given workspaceId.

put/orgs/{orgId}/workspaces/{workspaceId}/settings/studios

Path parameters

orgIdinteger required

Organization numeric identifier

workspaceIdinteger required

Workspace numeric identifier

Request body

containerRepositorystring nullable

Container repository where Wave pushes images built for Studios in this workspace (e.g. 'cr.seqera.io/my-org/studios'). When null, the platform default is used.

lifespanHoursinteger

Maximum number of hours a Studio session may run before it is automatically stopped. Use 0 for unlimited lifespan.

nameStrategy'none' | 'tagPrefix' | 'imageSuffix' nullable

Wave image naming strategy applied to container images built for Studios in this workspace. When null, the platform default strategy is used.

privateStudioByDefaultboolean

When true, newly created Studio sessions are private by default and only accessible to their creator.

Response

OK - No content