clone
Copy a running sandbox to a new name, cloning its filesystem (except /workspace) faster than snapshot and restore by bypassing image build.
Instructions
Clone a running sandbox to a new name. Copies the full filesystem (except /workspace) to a fresh sandbox. Faster than snapshot+restore since it skips image build.
Args: source: Name of the sandbox to clone from. target: Name for the new cloned sandbox.
Returns: Confirmation with timing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |