Computers
Clone computer
Duplicate a computer, preserving its disk state.
POST
Clone computer
Creates a copy of an existing computer with the same disk state, name suffixed with
(clone). Useful for branching off from a configured base.
Cloning preserves the full disk state - installed software, files, browser sessions, everything. The clone gets a new ID and a fresh network identity.
Path parameters
Source computer ID.
Response
New computer ID.
Clone name (e.g.,
agent-1 (clone) or agent-1 (clone 2)).Clone status - typically
running immediately after creation.Plan limits
Cloning counts toward your plan’s computer limit. If you’re at your limit, the request returns403. Upgrade your plan or delete a computer first.
Example
Response
Errors
400- Source computer has no server address (cannot clone)401- Invalid or missing API key403- You don’t have access to this computer, or plan limit reached404- Source computer not found
Clone computer