> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/cloud-networking/get-started/delete-cloud-connects-on-public-cloud.md).

# Delete Cloud Connects on Public Cloud

After you delete cloud connects on zenConsole, you should also go to corresponding public cloud consoles to delete connect to stop billing.

## AWS

1. Go to AWS Direct Connect console, and choose **Connections.**
2. Select the connections and choose **Delete**.

See [**AWS Documentation**](https://docs.aws.amazon.com/directconnect/latest/UserGuide/deleteconnection.html) for details.

## Tencent Cloud

1. Go to Tencent Direct Connect console, and choose **Exclusive virtual interface.**
2. Select the dedicated tunnel and choose **Delete**.

See [**Tencent Cloud Documentation**](https://www.tencentcloud.com/document/product/216/19252?lang=en\&pg=) for details.

## Google Cloud

1. Go to Google Cloud console > Cloud Interconnect **Physical connections**
2. Select the Dedicated Interconnect connection and choose **Delete**.

See [**Google Cloud Documentation**](https://cloud.google.com/network-connectivity/docs/interconnect/how-to/dedicated/deleting-interconnects) for details.

## Alibaba Cloud

1. Go to AliCloud Express Connect console > Physical Connection.
2. On the **VBR** tab, find the VBR that you want to delete. Click the <img src="https://help-static-aliyun-doc.aliyuncs.com/assets/img/en-US/0368114361/p336367.png" alt="更多" data-size="line"> icon and select **Delete** in the **Actions** column.
3. On the **Shared Physical Connection** tab, find the shared port that you want to delete and click **Delete** in the Actions column.

See [**Alibaba Cloud Documentation**](https://www.alibabacloud.com/help/en/express-connect/user-guide/manage-connections-for-tenants?spm=a2c63.p38356.0.0.1251663fluqDkh) for details.

## Azure Cloud

Go to Azure Cloud console, right-click the peering and select **Delete** to delete the private peering.

See [**Azure Documentation**](https://learn.microsoft.com/en-us/azure/expressroute/expressroute-howto-routing-portal-resource-manager#deleteprivate) for details.


---

# 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.console.zenlayer.com/welcome/cloud-networking/get-started/delete-cloud-connects-on-public-cloud.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.
