> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/compute/one-click-installers/how-tos/delete-a-service.md).

# Delete a service

***

If you no longer need a service created with a one-click installer, you delete the entire virtual machine for it. Note that this will remove all data stored in it!

{% hint style="danger" %}
Deleting a service will delete all data associated with it, and the entire virtual machine that runs it.
{% endhint %}

Click **Virtual machines** under **Compute**. Then locate the virtual machine created with the one-click installer. It's named after the subdomain and domain you chose when setting up the service. For example, for GitLab, this is most likely something like `source.example.com`. But make sure it's the correct server before deleting it!

Once you have located the virtual machine, click **Actions** and **Delete server**.

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

A dialog box opens where you need to confirm the deletion by typing the name of the virtual machine in the text field. Here, you also have the option ot keep the IP addresses after the virtual machine is deleted.

Click the **Delete** when you have confirmed that this is the correct virtual machine, and made sure you no longer need any of the data in it.

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

## Clean up the DNS

You might also want to remove the subdomain that was used by the service. To do so, click **DNS** in the left-hand menu and select the domain name. Then, click the **red cross** next to the subdomain you want to remove from the DNS.

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


---

# 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://docs.glesys.com/products/compute/one-click-installers/how-tos/delete-a-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.
