> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/cancel-an-active-service.md).

# Cancel an active service

You may wish to cancel your service for a variety of reasons, such as not having the funds or no longer requiring its use. The cancellation process is very straightforward.&#x20;

To cancel a service, head over to the [Client Portal](https://billing.lodestone.host) and click "My Services" in the navigation menu.

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

You can then select the service you'd like to cancel, and click "Request Cancellation" next to it.&#x20;

Make sure you choose whether to cancel immediately or at the end of the next billing cycle. Once done, submit your request and await cancellation.

{% hint style="danger" %}
This process **cannot be reversed** so make sure you're certain about cancelling.&#x20;
{% endhint %}

{% hint style="info" %}
You may be required to [open a ticket](/knowledgebase/account-and-billing/open-a-support-ticket.md) to request cancellation, depending on the service.
{% endhint %}


---

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

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/cancel-an-active-service.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.
