--- title: Manage Scale Groups --- # Manage Scale Groups Use this section to operate an existing scale group from the MyAccount portal after it is created. The scale group details page is organized into tabs — Scale Group Details, Active Node Details, Terminated Node Details, Network, Attached LB, Monitoring, Security Group, Audit Logs, and Activity Timeline — plus an **Actions** menu for lifecycle operations (Resize Service, Start, Stop, Delete) and inline editing of parameters and policies. This page is the hub. Each tab and action has its own focused guide linked below. To create a scale group, see [Create a Scale Group](/docs/myaccount/auto-scaling/getting-started/create-scale-group). :::note The tabs and actions that appear depend on the scale group's current **status** and your project permissions. The portal hides or disables anything that is not valid for the current state. ::: --- ## Open the Auto Scaling Page 1. Log in to [MyAccount](https://myaccount.e2enetworks.com/). 2. In the left navigation, go to **Compute > Auto Scaling**. 3. The list shows each scale group's name, saved image, plan, policy, and **Status**. Use the search box to filter by name, image name, plan, or policy, and the refresh control to update the list. 4. Select a scale group to open its details page and tabs, or open the three-dot **Actions** menu on the row to run a lifecycle action directly. Confirm you are in the correct project and location, and wait for a scale group's status to settle before starting another action. --- ## Scale Group Statuses The status drives which tabs and actions are available. | Status | Meaning | Indicator | | --------------- | ------------------------------------------------------------------- | -------------- | | Creating | The scale group is deploying (shown as **Creating** in the portal). | Spinner | | Deploying Nets | Networks are being deployed for the group. | Spinner | | Running | Active; the Scaler is managing the node pool. | Green | | Scaling | A scale-up or scale-down is in progress. | Spinner | | Cooldown | Waiting out the cooldown period after a scaling action. | Neutral | | Starting | The group is starting after a Stop. | Orange spinner | | Stopping | The group is stopping; desired nodes are going to zero. | Orange spinner | | Stopped | Stopped; no nodes run and billing is paused. | Red | | Failed | A deploy or scaling operation failed. | Red | | Failed Deleting | A delete (undeploy) operation failed. | Red | --- ## Tabs and When They Appear | Tab | Shown when | Guide | | ----------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------ | | Scale Group Details | Not Stopped, Stopping, or Starting | [Scale Group Details and Editing](/docs/myaccount/auto-scaling/manage/scale-group-details) | | Active Node Details | Running or Scaling | [Node Details](/docs/myaccount/auto-scaling/manage/nodes#active-node-details) | | Terminated Node Details | Running or Scaling | [Node Details](/docs/myaccount/auto-scaling/manage/nodes#terminated-node-details) | | Network | Running, Scaling, Starting, Stopping, or Stopped | [Network and Load Balancer](/docs/myaccount/auto-scaling/manage/network) | | Attached LB | Running or Scaling | [Network and Load Balancer](/docs/myaccount/auto-scaling/manage/network#attached-lb) | | Monitoring | Running or Scaling | [Monitoring](/docs/myaccount/auto-scaling/manage/monitoring) | | Security Group | Running or Scaling | [Security Group](/docs/myaccount/auto-scaling/manage/security-group) | | Audit Logs | Not Creating (Deploying) or Deploying Nets | [Logs and Timeline](/docs/myaccount/auto-scaling/manage/logs#audit-logs) | | Activity Timeline | Not Creating (Deploying) or Deploying Nets | [Logs and Timeline](/docs/myaccount/auto-scaling/manage/logs#activity-timeline) | --- ## Management Guides | Guide | What it covers | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------- | | [Actions](/docs/myaccount/auto-scaling/manage/actions) | Resize Service, Start, Stop, and Delete — including the billing and node-count behavior of each. | | [Scale Group Details and Editing](/docs/myaccount/auto-scaling/manage/scale-group-details) | The Scale Group Details tab and inline editing of minimum/maximum/desired nodes and the elastic/scheduled policies. | | [Node Details](/docs/myaccount/auto-scaling/manage/nodes) | The Active Node Details and Terminated Node Details tabs and console access. | | [Network and Load Balancer](/docs/myaccount/auto-scaling/manage/network) | The Network tab (VPC, public IP) and the Attached LB tab. | | [Monitoring](/docs/myaccount/auto-scaling/manage/monitoring) | CPU, memory, and disk graphs for the group. | | [Security Group](/docs/myaccount/auto-scaling/manage/security-group) | Attach, view, and detach security groups for group nodes. | | [Logs and Timeline](/docs/myaccount/auto-scaling/manage/logs) | Audit logs (state changes) and the month-filtered activity timeline. | --- ## Related Resources | Resource | Use it for | | ------------------------------------------------------------------------------------------- | ---------------------------------- | | [Auto Scaling Concepts](/docs/myaccount/auto-scaling/getting-started/auto-scaling-concepts) | Terminology and how policies work. | | [Create a Scale Group](/docs/myaccount/auto-scaling/getting-started/create-scale-group) | Create a new scale group. | | [Custom Scaling Policies](/docs/myaccount/auto-scaling/features/custom-policy) | Scale on a custom metric. | | [Troubleshoot Auto Scaling](/docs/myaccount/auto-scaling/troubleshoot) | Resolve common issues. | | [Auto Scaling API](/api/myaccount/compute/auto-scaling/get-scaler-scalegroups) | Automate management. | ---