RESUME WORKSPACE
On this page
The RESUME WORKSPACE command resumes a suspended cluster.
Syntax
RESUME WORKSPACE { ID '<cluster_ID>' | '<cluster_name>' }
[ IN GROUP { ID '<group_ID>' | '<group_name>' } ]
[ DISABLE AUTO SUSPEND ]
[ WAIT ON RESUMED ]Arguments
-
cluster_,ID cluster_: ID or name of the cluster to resume.name -
group_,ID group_: ID or name of the cluster group that contains the cluster.name
Remarks
-
The
IN GROUPclause specifies the ID or name of the cluster group that contains the cluster to resume. -
Specify the
DISABLE AUTO SUSPENDclause to disable auto-suspend for the specified cluster upon resume. -
Specify the
WAIT ON RESUMEDclause to pause query execution until the cluster is in theRESUMEDstate.
Example
The following command resumes a cluster named examples in a cluster group named s2-group:
RESUME WORKSPACE 'examples' IN GROUP 's2-group';
Last modified: