Create template by organization
Authorizations
Path Parameters
Organization ID
Body
Name is the name of the template.
VersionID is an in-progress or completed job to use as an initial version of the template.
This is required on creation to enable a user-flow of validating a template works. There is no reason the data-model cannot support empty templates, but it doesn't make sense for users.
ActivityBumpMillis allows optionally specifying the activity bump duration for all workspaces created from this template. Defaults to 1h but can be set to 0 to disable activity bumping.
AllowUserAutostart allows users to set a schedule for autostarting their workspace. By default this is true. This can only be disabled when using an enterprise license.
AllowUserAutostop allows users to set a custom workspace TTL to use in place of the template's DefaultTTL field. By default this is true. If false, the DefaultTTL will always be used. This can only be disabled when using an enterprise license.
Allow users to cancel in-progress workspace jobs. *bool as the default value is "true".
AutostartRequirement allows optionally specifying the autostart allowed days for workspaces created from this template. This is an enterprise feature.
AutostopRequirement allows optionally specifying the autostop requirement for workspaces created from this template. This is an enterprise feature.
DefaultTTLMillis allows optionally specifying the default TTL for all workspaces created from this template.
TimeTilDormantAutoDeleteMillis allows optionally specifying the max lifetime before Wirtual permanently deletes dormant workspaces created from this template.
Description is a description of what the template contains. It must be less than 128 bytes.
DisableEveryoneGroupAccess allows optionally disabling the default behavior of granting the 'everyone' group access to use the template. If this is set to true, the template will not be available to all users, and must be explicitly granted to users or groups in the permissions settings of the template.
DisplayName is the displayed name of the template.
TimeTilDormantMillis allows optionally specifying the max lifetime before Wirtual locks inactive workspaces created from this template.
FailureTTLMillis allows optionally specifying the max lifetime before Wirtual stops all resources for failed workspaces created from this template.
Icon is a relative path or external URL that specifies an icon to be displayed in the dashboard.
RequireActiveVersion mandates that workspaces are built with the active template version.
Response
ActiveUserCount is set to -1 when loading.
AllowUserAutostart and AllowUserAutostop are enterprise-only. Their values are only used if your license is entitled to use the advanced template scheduling feature.
AutostopRequirement and AutostartRequirement are enterprise features. Its value is only used if your license is entitled to use the advanced template scheduling feature.
FailureTTLMillis, TimeTilDormantMillis, and TimeTilDormantAutoDeleteMillis are enterprise-only. Their values are used if your license is entitled to use the advanced template scheduling feature.
owner
, authenticated
, public
terraform
RequireActiveVersion mandates that workspaces are built with the active template version.