> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8a08bda2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing specific tables from a ClickPipe

> Removing specific tables from a ClickPipe

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

In some cases, it makes sense to exclude specific tables from a MySQL ClickPipe - for example, if a table isn't needed for your analytics workload, skipping it can reduce storage and replication costs in ClickHouse.

<h2 id="remove-tables-steps">
  Steps to remove specific tables
</h2>

The first step is to remove the table from the pipe. This can be done by the following steps:

1. [Pause](/integrations/clickpipes/mysql/pause-and-resume) the pipe.
2. Click on Edit Table Settings.
3. Locate your table - this can be done by searching it in the search bar.
4. Deselect the table by clicking on the selected checkbox.

<br />

<Image img="https://mintcdn.com/private-7c7dfe99-mintlify-8a08bda2/KeiVE4MGTrCd9SX4/images/integrations/data-ingestion/clickpipes/postgres/remove_table.png?fit=max&auto=format&n=KeiVE4MGTrCd9SX4&q=85&s=4a3dad01aa6c2da164e7cd95447b940a" border size="md" width="1075" height="699" data-path="images/integrations/data-ingestion/clickpipes/postgres/remove_table.png" />

5. Click update.
6. Upon successful update, in the **Metrics** tab the status will be **Running**. This table will no longer be replicated by this ClickPipe.
