v7

latestOpenAPI 3.0.4raw.githubusercontent.com2026-08-033267145.4 KB
Kernel

Installs a kernel to the local file system.

post/kernels/{id}/install

Path parameters

idstring uuid required

Unique identifier of the kernel.

Response

OK

idstring uuid required

Unique identifier of the kernel.

platformstring required

The operating system this kernel supports (e.g: win-x64, osx-arm64).

browserstring required

The browser this kernel contains (e.g: chroma, junglefox).

versionstring required

Version of the browser.

builtAtstring date-time required

Build timestamp of the kernel.

downloadSizeinteger required

Size of the download package in bytes.

diskSizeinteger nullable

Size of the extracted package on the local file system in bytes or null if the kernel is not installed.

isInstalledboolean required

Flag indicating if the kernel is locally available (true) or it has to be installed before usage (false).

isInUseboolean required

Flag indicating if the kernel is currently in use.

isMarkedForRemovalboolean required

Flag indicating that the kernel will be removed from the local file system when it is not in use.