Moves a computer to a different workspace. Both source and destination must be owned by you.
cURL
curl --request PATCH \ --url https://www.orgo.ai/api/computers/{id}/move \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>" } '
{ "success": true, "project_id": "<string>" }
true
curl -X PATCH https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/move \ -H "Authorization: Bearer $ORGO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"project_id": "550e8400-e29b-41d4-a716-446655440099"}'
{ "success": true, "project_id": "550e8400-e29b-41d4-a716-446655440099" }
400
403
404
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Destination workspace ID
Computer moved