SUSPEND WORKSPACE
On this page
Suspends a workspace.
Syntax
SUSPEND WORKSPACE { ID '<workspace_ID>' | '<workspace_name>' }
[ IN GROUP { ID '<group_ID>' | '<group_name>' } ]
[ WAIT ON SUSPENDED ]
Arguments
-
workspace_
,ID workspace_
: ID or name of the workspace to suspend.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
WAIT ON SUSPENDED
clause to pause query execution until the workspace is in theSUSPENDED
state.
Example
The following command suspends a workspace named examplews in a workspace group named s2wsg:
SUSPEND WORKSPACE 'examplews' IN GROUP 's2wsg';
Last modified: January 30, 2025