> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/network-services/vm-auto-scaling/how-tos/delete-vm-auto-scaling-group.md).

# Delete a VM Auto Scaling Group

Deletion of a VM Auto Scaling Group results in the deletion of all the VMs associated with the respective group.

To delete a group, follow these steps:

1\. In the **DCD**, go to **Menu** > **Network Services** > **Auto Scaling**.

2\. Select the VM Auto Scaling Group to be deleted from the **VM Auto Scaling Manager** view.

![Deleting a VM Auto Scaling Group](/files/o5LpYSba3XeVp4Vxnt5l)

3\. Select **Delete** to delete the selected group.

4\. Select the checkbox to confirm deletion.

5\. Enter your **Password** to proceed with the deletion process.

6\. Select the **Skip password verification for the next 60 minutes** checkbox if you want to avoid specifiying your password for any operation during the next 60 minutes.

7\. Click **OK** to confirm deletion.

{% hint style="success" %}
**Result:** The application deletes the selected VM Auto Scaling Group and the associated VMs, if any.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/network-services/vm-auto-scaling/how-tos/delete-vm-auto-scaling-group.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.
