RESUME WORKSPACE
On this page
Resumes a suspended workspace.
Syntax
RESUME WORKSPACE { ID '<workspace_ID>' | '<workspace_name>' }
[ IN GROUP { ID '<group_ID>' | '<group_name>' } ]
[ DISABLE AUTO SUSPEND ]
[ WAIT ON RESUMED ]
Arguments
-
workspace_
,ID workspace_
: ID or name of the workspace to resume.name -
group_
,ID group_
: ID or name of the workspace group that contains the workspace.name
Remarks
-
The
IN GROUP
clause specifies the ID or name of the workspace group that contains the workspace to resume. -
Specify the
DISABLE AUTO SUSPEND
clause to disable auto-suspend for the specified workspace upon resume. -
Specify the
WAIT ON RESUMED
clause to pause query execution until the workspace is in theRESUMED
state.
Example
The following command resumes a workspace named examplews in a workspace group named s2wsg:
RESUME WORKSPACE 'examplews' IN GROUP 's2wsg';
Last modified: February 13, 2025