> For the complete documentation index, see [llms.txt](https://docs.e6data.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.e6data.com/product-documentation/workspaces/enable-disable-workspaces.md).

# Enable/Disable Workspaces

Workspaces can be disabled when not in use to save on infrastructure costs.

1. Enabling a Workspace quickly spins up the required resources again.
2. Disabling a Workspace terminates all resources in the workspace node group/node pool to save costs.

Since all components are disabled and not deleted, all previously created platform components will be available when a Workspace is enabled again. Recreating the components will not be required.

{% hint style="info" %}
Cluster Connectivity will not be automatically enabled after a Workspace restart due to the dynamic nature of hostnames/IP addresses.

Cluster connectivity can be restored by enabling it from the e6data console. [Click here for instructions.](broken://pages/wW8LUA5KhwtobWKUkjDU)

All external connectors or internal services connecting to Clusters in a restarted Workspace must be updated to use the newly generated hostname.
{% endhint %}

## How to Enable a Workspace

1. Click **Workspaces** on the left navigation bar
2. Click the name of Workspace
3. Click the **Enable Workspace** button on the top-right,&#x20;
4. Or you can click the **play** button on the workspace listing page to enable a workspace.

{% embed url="<https://www.loom.com/share/672fbb8bf05b4a078faf7d513d748f3d?sid=d7b716da-9a62-4381-aded-f05566025ea6>" %}

## How to Disable a Workspace

1. Click **Workspaces** on the left navigation bar
2. Click the name of Workspace
3. Click the **Disable Workspace** button on the top-right,&#x20;
4. Or you can click the **pause** button on the workspace listing page to disable a workspace.&#x20;

{% hint style="info" %}
The "Refresh List" button will update the statuses of the workspaces.
{% endhint %}

{% embed url="<https://www.loom.com/share/f64e0b40b7444db1a36ce09d348827c6?sid=7cf73f47-4ec5-4667-9543-302071459f3c>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.e6data.com/product-documentation/workspaces/enable-disable-workspaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
