Skip to main content

Update Platform

PUT 

/api/v1/platforms/:platformId

Update Platform

Request

Path Parameters

    platformId numberrequired

    ID of the platform

Body

required

    name string

    Name of the platform

    description string

    Description of the platform

    os string

    Possible values: [android, windows, linux, macos]

    Operating system of the platform

    cpuArchitecture string

    Possible values: [X86_64, ARM64]

    cpuCount number

    Number of vCPUs

    memoryMb number

    Memory size in MB

    diskGb number

    Disk size in GB

    diskType string

    Possible values: [HDD, SSD, NVME]

    networkType string

    Possible values: [NAT, BRIDGED, HOST_ONLY, CUSTOM]

    imageId string

    Optional image ID

    metadata object

    Optional tags or metadata

Responses

Schema

    name stringrequired

    Name of the platform

    description string

    Description of the platform

    os string

    Possible values: [android, windows, linux, macos]

    Operating system of the platform

    cpuArchitecture string

    Possible values: [X86_64, ARM64]

    cpuCount number

    Number of vCPUs

    memoryMb number

    Memory size in MB

    diskGb number

    Disk size in GB

    diskType string

    Possible values: [HDD, SSD, NVME]

    networkType string

    Possible values: [NAT, BRIDGED, HOST_ONLY, CUSTOM]

    imageId string

    Optional image ID

    metadata object

    Optional tags or metadata

    id numberrequired

    ID of the platform

    createdAt date-timerequired

    Timestamp when the platform was created

    updatedAt date-timerequired

    Timestamp when the platform was last updated

Loading...