> For the complete documentation index, see [llms.txt](https://docs.hidencloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidencloud.com/dashboard/cancel-your-service.md).

# Cancel Your Service

## <mark style="color:blue;">How to Cancel a Service</mark>

1. Log in to **HidenCloud** and go to \[*Account*], which will take you directly to the \[*Control Panel*], where all your active servers are listed.
2. Select the active server whose service you wish to terminate.
3. Choose \[*Cancel*] and accept all terms and conditions. The access period for the server will end with the current billing cycle.

<figure><img src="/files/vwO6VnXZpQrLpM6ZWygZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/44l1Bj6xEqCXvGvEj4Qd" alt=""><figcaption></figcaption></figure>

***

{% hint style="info" %}
Remember, our support team is here to help you. If you need assistance, contact us through Discord or open a ticket from the support portal.
{% endhint %}

***

## <mark style="color:blue;">FAQ</mark>

<details>

<summary><strong>Will I be automatically refunded?</strong></summary>

No. To request a refund under our policy, you must complete the cancellation request and then submit a ticket through the billing portal.

</details>

<details>

<summary><strong>Can I continue using my service after canceling?</strong></summary>

Yes. After initiating the cancellation, your service will remain active until the end of your current billing period. The exact date will be provided in the cancellation confirmation email.

</details>

<details>

<summary><strong>Will my files be retained after canceling?</strong></summary>

No. Once the cancellation is processed, all server files will be permanently deleted. To preserve your data, make and download a backup before submitting the cancellation request.

</details>

<details>

<summary><strong>Can I cancel my server via email or Discord?</strong></summary>

No. For security reasons, cancellations can only be requested through the billing portal. Requests sent via email or Discord will be ignored to ensure proper identity verification and prevent unauthorized cancellations.

</details>

***

## Contact and Support

If the issue persists after trying all the steps above, reach out to HidenCloud support:

1. [**Discord**](https://discord.com/invite/sXaa7Z5W5V): Join our community for real-time assistance.
2. **Ticket System**: Submit a ticket from the [HidenCloud panel](https://panel.hidencloud.com/) with:
   * A detailed explanation of the issue.
   * Steps you’ve already attempted.

Our team will work with you to resolve the problem and restore your server as quickly as possible.


---

# 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.hidencloud.com/dashboard/cancel-your-service.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.
