Documentation Index
Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Cloning creates an exact copy of an existing instance — including its root disk, attached volumes, network configuration, security groups, and key pair. The clone can optionally be placed on a different network or availability zone. This is useful for scaling horizontally, creating test environments from production instances, or duplicating pre-configured application stacks.Xloud-Developed — Instance cloning is developed by Xloud and ships with XAVS / XPCI.
Prerequisites
- An instance in
Active,Stopped, orShutoffstatus - Sufficient quota for the new instance (vCPU, RAM, disk)
Clone an Instance
- Dashboard
- CLI
Open the Clone dialog
Navigate to Compute > Instances. Click the More dropdown on the
instance row, then select Clone Instance under the Clone & Template
group.
Clone Instance is only available for instances in
Active, Stopped,
or Shutoff status.Configure the clone
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| Instance | Read-only | — | Source name | The instance being cloned |
| Name | Text | Yes | {source}-clone | Display name for the cloned instance |
| Network | Dropdown | No | Same as source | Optionally place on a different network |
| Available Zone | Dropdown | No | Same as source | Optionally place in a different zone |
| Auto Start | Checkbox | No | Checked | Start the clone automatically after creation |
| Description | Text area | No | — | Optional notes |
What Gets Cloned
| Component | Cloned | Notes |
|---|---|---|
| Root disk | Yes | Full copy of the boot volume |
| Attached volumes | Yes | Copies of all data volumes |
| Network configuration | Yes | Same network unless overridden |
| Security groups | Yes | Same security group assignments |
| Key pair | Yes | Same SSH key pair |
| Flavor | Yes | Same vCPU, RAM, disk profile |
| Metadata | Yes | Instance metadata preserved |
| User data | No | Cloud-init scripts are not re-executed |
Next Steps
VM Templates
Convert instances to reusable templates for standardized deployments
Instance Snapshots
Create point-in-time snapshots without full cloning
Create an Instance
Launch new instances from scratch using the 4-step wizard
Server Groups
Use anti-affinity to distribute clones across hosts