Computers
Move computer
Move a computer to a different workspace while preserving its state and ID.
PATCH
Move computer to another workspace
Moves a computer to a different workspace within your account. The computer keeps its state, configuration, and ID - only its parent workspace changes. You must own both the source and destination workspaces.
Path parameters
Computer UUID.
Body parameters
ID of the destination workspace. Must be owned by the same user. (Workspaces are still referred to as
project_id on this endpoint for backwards compatibility.)Response
true if the move succeeded.The destination workspace ID.
Example
Response
Errors
| Status | Meaning |
|---|---|
400 | project_id missing, or the computer is already in that workspace. |
401 | Missing or invalid API key. |
403 | You do not own the source and/or destination workspace. |
404 | Computer not found. |
500 | Internal error while updating the database. |
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Body
application/json
Move computer to another workspace