Skip to main content
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

string
required
Computer UUID.

Body parameters

string
required
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

boolean
true if the move succeeded.
string
The destination workspace ID.

Example

Response

Errors

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer ID

Body

application/json
workspace_id
string
required

Destination workspace ID

project_id
string
deprecated

Deprecated alias for workspace_id. Accepted on input for backwards compatibility.

Response

Computer moved

success
boolean
Example:

true

workspace_id
string
project_id
string
deprecated

Deprecated alias for workspace_id.