Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
SUSPEND WORKSPACE
On this page
The SUSPEND WORKSPACE command suspends a cluster.
Syntax
SUSPEND WORKSPACE { ID '<cluster_ID>' | '<cluster_name>' }
[ IN GROUP { ID '<group_ID>' | '<group_name>' } ]
[ WAIT ON SUSPENDED ]Arguments
-
cluster_,ID cluster_: ID or name of the cluster to suspend.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
WAIT ON SUSPENDEDclause to pause query execution until the cluster is in theSUSPENDEDstate.
Example
The following command suspends a cluster named examples in a cluster group named s2-group:
SUSPEND WORKSPACE 'examples' IN GROUP 's2-group';
Last modified: