# SUSPEND WORKSPACE

Suspends a workspace. Refer to [Manage Workspaces](https://docs.singlestore.com/cloud/user-and-workspace-administration/manage-organizations/manage-workspaces.md) for related information.

## Syntax

```
SUSPEND WORKSPACE { ID '<workspace_ID>' | '<workspace_name>' } 
    [ IN GROUP { ID '<group_ID>' | '<group_name>' } ]
    [ WAIT ON SUSPENDED ]
```

## Arguments

* `workspace_ID`, `workspace_name`: ID or name of the workspace to suspend.
* `group_ID`, `group_name`: ID or name of the workspace group that contains the workspace.

## 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 the `SUSPENDED` state.

## Example

The following command suspends a workspace named **examplews** in a workspace group named **s2wsg**:

```sql
SUSPEND WORKSPACE 'examplews' IN GROUP 's2wsg';
```

***

Modified at: January 30, 2025

Source: [/cloud/reference/fusion-sql/suspend-workspace/](https://docs.singlestore.com/cloud/reference/fusion-sql/suspend-workspace/)

(An index of the documentation is available at /llms.txt)
