# How to Manage an Autoscaling Template?

### **a. How to view the list of all Autoscaling Templates?**

To view a list of all autoscaling templates, follow the steps given below:

**Step 1:** [Login](https://customer.acecloudhosting.com/index.php?m=ace_product_register_addon\&action=login) to your account.

**Step 2:** Navigate to **Compute > Auto scaling > Templates** to view all available templates.

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

### **b. How to create an Autoscaling Template?**

To create an autoscaling template, follow the steps given below:

**Step 1:** Click on the **Create Template**.

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

**Step 2:** Enter **Template Details** and **Specification.**

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

| **Template Name** | Enter name for the autoscaling template.                                                                      |
| ----------------- | ------------------------------------------------------------------------------------------------------------- |
| **Description**   | Enter description for the autoscaling template.                                                               |
| **OS Type**       | Select the operating system type for your template. Choose from Linux, Windows, or Custom OS.                 |
| **Image**         | Select image for the autoscaling template.                                                                    |
| **Flavor**        | Select a flavor for your template. Only non-GPU flavors are shown and filtered based on the selected OS type. |

**Step 3:** Enter **Storage** and **Network Configuration** details.

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

| **Field**               | **Description**                                                                                                                                                                        |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Volume Type**         | Select the volume type for the template.                                                                                                                                               |
| **Volume Size (GB)**    | Enter the volume size in GB. Must be greater than 20 GB and greater than the selected image size.                                                                                      |
| **Network**             | <p>Select a network for the autoscaling template.</p><p><strong>Note:</strong> To create a new network, click <strong>Create.</strong></p>                                             |
| **Subnet**              | Select a subnet from the selected network for your template.                                                                                                                           |
| Select a Security Group | <p>Select a security group for the autoscaling template.</p><p><strong>Note:</strong> If you want to create a new security group, click on <strong>Create Security Group</strong>.</p> |
| Require Key Pair        | If you want a key pair, select **Yes** otherwise select **NO**.                                                                                                                        |
| Select a Key Pair       | <p>Select a key pair for the autoscaling template.</p><p><strong>Note:</strong> If you want to create a new key pair, click on <strong>Create Key Pair</strong>.</p>                   |

**Step 4:** Review the template details and click **Save**.

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

You have Successfully created an Autoscaling Template.

### **c. How to delete an Autoscaling Template?**

To delete an autoscaling template, follow the steps given below:

**i. For single template deletion:**

**Step 1:** Choose the template you want to delete, click on **Select**, and choose **Delete** from the drop-down menu.

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

**Step 2:** Click on **Delete Template** to confirm the deletion.

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

**ii. For multiple template deletion:**

**Step 1:** Select the checkbox as shown in the below image and click on the **Delete** button.

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

**Step 2:** Click on **Delete Templates** to confirm the deletion

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

### **d. How to update an Autoscaling Template name?**

To update an autoscaling template name, follow the steps given below:

**Step 1:** Choose the template that you want to update and click on **Select** and choose **Update Details** from the drop-down.

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

**Step 2:** Enter the updated name and click on **Update Details.**

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

### **e. How to view an Autoscaling Template overview?**

To view an autoscaling template overview, follow the steps given below:

**Step 1:** Choose the template for which you want to view the overview and click on **Template Name.**

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

**Step 2:** Here, you can view the template overview.

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


---

# Agent Instructions: 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.acecloud.ai/knowledge-base/compute/how-to-manage-an-autoscaling-template.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.
