You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Specify a duration workspaces may be inactive prior to being moved to the dormant state. This licensed feature's default is 0h (off). Maps to \"Dormancy threshold\" in the UI.",
532
-
Default: "0h",
533
-
Value: clibase.DurationOf(&dormancyThreshold),
534
-
},
535
-
{
536
-
Flag: "dormancy-auto-deletion",
537
-
Description: "Specify a duration workspaces may be in the dormant state prior to being deleted. This licensed feature's default is 0h (off). Maps to \"Dormancy Auto-Deletion\" in the UI.",
538
-
Default: "0h",
539
-
Value: clibase.DurationOf(&dormancyAutoDeletion),
540
-
},
541
529
{
542
530
Flag: "allow-user-cancel-workspace-jobs",
543
531
Description: "Allow users to cancel in-progress workspace jobs.",
0 commit comments