# Delete Snowflake warehouse

The **Delete Snowflake warehouse** job entry drops a virtual warehouse from your Snowflake environment.

Dropping unused virtual warehouses can help you keep your Snowflake environment organized.

When you drop a warehouse, Snowflake immediately halts processing of all SQL queries and statements, which stops consumption of additional credits. If you want to prevent in-progress actions from terminating, suspend processing first using [Stop Snowflake warehouse](/pdia-data-integration/pdi-job-entries-reference-overview/stop-snowflake-warehouse.md).

{% hint style="danger" %}
A dropped warehouse cannot be recovered. You can only recreate it.
{% endhint %}

For more information about working with Snowflake in PDI, see [PDI and Snowflake](/pdia-data-integration/extracting-data-into-pdi/pdi-and-snowflake-cp.md).

For more information about using Snowflake, see the [Snowflake documentation](https://docs.snowflake.com/).

### General

* **Entry name**: Specify the unique name of the Delete Snowflake warehouse entry on the canvas. You can customize the name or leave it as the default.

### Options

![Delete Snowflake warehouse dialog box](/files/FAHvUHARCbVlm5TWZKmV)

| Option                  | Description                                                                                                                                                                                                                                                                                                                                                 |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Database connection** | <p>Select an existing Snowflake connection. If you do not have an existing connection, click <strong>New</strong>. If you need to modify an existing connection, click <strong>Edit</strong>.</p><p><strong>Note:</strong> If timeout errors occur, see <a href="/spaces/YwnJ6Fexn4LZwKRHghPK/pages/iQuisDXs4kfQKWZQH1Iy">Snowflake timeout errors</a>.</p> |
| **Warehouse**           | Select the virtual warehouse to delete.                                                                                                                                                                                                                                                                                                                     |
| **Activity settings**   | <p>Select <strong>Fail if warehouse doesn’t exist</strong> if you want the job to fail when the warehouse does not exist (default).</p><p>Clear <strong>Fail if warehouse doesn’t exist</strong> if you want the job to continue and move to the next entry.</p>                                                                                            |


---

# Agent Instructions: 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:

```
GET https://docs.pentaho.com/pdia-data-integration/pdi-job-entries-reference-overview/delete-snowflake-warehouse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
