We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3291a commit 8141730Copy full SHA for 8141730
1 file changed
singlestoredb/management/workspace.py
@@ -453,7 +453,8 @@ def create_workspace_group(
453
a password will be generated and retured in the response.
454
expires_at : str, optional
455
The timestamp of when the workspace group will expire.
456
- If the expiration time is not specified, the workspace group will have no expiration time.
+ If the expiration time is not specified,
457
+ the workspace group will have no expiration time.
458
At expiration, the workspace group is terminated and all the data is lost.
459
Expiration time can be specified as a timestamp or duration.
460
Example: "2021-01-02T15:04:05Z07:00", "2021-01-02", "3h30m"
0 commit comments