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 GROUPclause specifies the ID or name of the workspace group that contains the workspace to resume. -
Specify the
WAIT ON SUSPENDEDclause to pause query execution until the workspace is in theSUSPENDEDstate.
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