cURL
curl --request PATCH \ --url https://api.factory.ai/api/v0/computers/{computerId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "providerType": "byom", "createdAt": 123, "hostname": "<string>", "status": "provisioning", "provisioningSteps": [ { "id": "create-computer", "name": "<string>", "status": "pending", "error": "<string>", "startedAt": 123, "completedAt": 123 } ], "relayClientUrl": "<string>", "relayAgentUrl": "<string>" }
Updates a computer by ID.
Factory API key or JWT token for authentication
Computer ID
1 - 63
Response for status 200
byom
e2b
provisioning
active
error
Show child attributes