Update Device Type
PUT/api/v1/device-types/:deviceTypeId
Update Device Type
Request
Path Parameters
ID of the device type
- application/json
Body
required
Name of the device type
Description of the device type
Possible values: [android, windows, linux, macos]
Operating system of the platform
Possible values: [X86_64, ARM64]
Number of vCPUs
Memory size in MB
Disk size in GB
Possible values: [HDD, SSD, NVME]
Possible values: [NAT, BRIDGED, HOST_ONLY, CUSTOM]
Optional image ID
Optional tags or metadata
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Name of the device type
Description of the device type
Possible values: [android, windows, linux, macos]
Operating system of the platform
Possible values: [X86_64, ARM64]
Number of vCPUs
Memory size in MB
Disk size in GB
Possible values: [HDD, SSD, NVME]
Possible values: [NAT, BRIDGED, HOST_ONLY, CUSTOM]
Optional image ID
Optional tags or metadata
ID of the device type
Timestamp when the device type was created
Timestamp when the device type was last updated
{
"name": "string",
"description": "string",
"os": "windows",
"cpuArchitecture": "X86_64",
"cpuCount": 0,
"memoryMb": 0,
"diskGb": 0,
"diskType": "HDD",
"networkType": "NAT",
"imageId": "string",
"metadata": {},
"id": 0,
"createdAt": "2026-01-01T11:09:06.680Z",
"updatedAt": "2026-01-01T11:09:06.680Z"
}