# Create and manage Data Integration workspace

```json metadata
{
  "title": "Create and manage Data Integration workspace",
  "description": "Create and manage the infrastructure for your Data Integration pipelines.",
  "categories": ["docs","operate","rc"],
  "tableOfContents": {"sections":[{"id":"create-a-data-integration-workspace","title":"Create a Data Integration workspace"},{"id":"view-workspace-status-and-details","title":"View workspace status and details"},{"id":"delete-workspace","title":"Delete workspace"}]}

,
  "codeExamples": []
}
```
Before you can create your first Data Integration pipeline for a Redis Cloud subscription, you must first deploy the cloud infrastructure needed to host the pipeline and run the workers associated with the pipeline. In Redis Cloud, this is called a **Workspace**. Each Pro subscription can have one Data integration workspace. You only need to set up the workspace once - any pipelines you create for your subscription will run on the workspace until you delete it. You won't be charged for a workspace until you start running your Data Integration pipeline.

## Create a Data Integration workspace

To create a Data Integration workspace for an existing [Pro subscription](https://redis.io/docs/latest/operate/rc/databases/create-database/create-pro-database-new):

1. From the Redis Cloud console, select **Data Integration** from the left-hand menu. If you don't have any workspaces yet, select **Create workspace** to go to the **Create workspace** page.

    ![images/rc/rdi/rdi-create-workspace-button.png](https://redis.io/docs/latest/images/rc/rdi/rdi-create-workspace-button.png)

    If you already have a workspace deployed, you'll see your current workspaces. Select **New workspace** to go to the **Create workspace** page.

    ![images/rc/rdi/rdi-new-workspace-button.png](https://redis.io/docs/latest/images/rc/rdi/rdi-new-workspace-button.png)

    You can also go to the **Data Integration** tab from your subscription or database page and select **Create workspace** to go to the **Create workspace** page for your subscription.

    ![images/rc/rdi/rdi-create-workspace-button.png](https://redis.io/docs/latest/images/rc/rdi/rdi-create-workspace-button.png)

2. Select your Pro subscription from the list if it's not already selected.

    ![images/rc/rdi/rdi-create-workspace-select-subscription.png](https://redis.io/docs/latest/images/rc/rdi/rdi-create-workspace-select-subscription.png)

3. A **Data Integration subnet (CIDR)** is automatically generated for you. If, for any reason, a CIDR is not generated, enter a valid CIDR that does not conflict with your applications or other databases.

    ![images/rc/rdi/rdi-create-workspace-cidr.png](https://redis.io/docs/latest/images/rc/rdi/rdi-create-workspace-cidr.png)

4. Select **Create workspace** to create your workspace.

    ![images/rc/rdi/rdi-create-workspace-button.png](https://redis.io/docs/latest/images/rc/rdi/rdi-create-workspace-button.png)

Your workspace will be created in the background. You can select **Create pipeline** to [create your pipeline](https://redis.io/docs/latest/operate/rc/rdi/define) while the workspace is provisioning, or you can select **Create pipeline later** to go back to the Redis Cloud console.

## View workspace status and details

You can view your workspace in one of the following ways:

- From the Redis Cloud console, go to the **Data integration** page, or
- From your subscription, select the **Data Integration** tab

![images/rc/rdi/rdi-workspace-add-pipeline.png](https://redis.io/docs/latest/images/rc/rdi/rdi-workspace-add-pipeline.png)

There, you'll see your workspace, as well as any pipeline that you've created in it. To see your workspace details, including the deployment CIDR and region information, select **More actions > Workspace details**.

![images/rc/rdi/rdi-workspace-more-actions.png](https://redis.io/docs/latest/images/rc/rdi/rdi-workspace-more-actions.png)

## Delete workspace


Make sure to [delete your data pipeline](https://redis.io/docs/latest/operate/rc/rdi/view-edit#delete-pipeline) before deleting your workspace.


To delete your workspace, select **More actions > Delete workspace** from your workspace.

![images/rc/rdi/rdi-workspace-more-actions.png](https://redis.io/docs/latest/images/rc/rdi/rdi-workspace-more-actions.png)
