@runloop/api-client - v1.4.0
    Preparing search index...

    Class Computers

    Hierarchy

    • APIResource
      • Computers
    Index

    Constructors

    Properties

    _client: Runloop

    Methods

    • Create a Computer and begin the boot process. The Computer will initially launch in the 'provisioning' state while Runloop allocates the necessary infrastructure. It will transition to the 'initializing' state while the booted Computer runs any Runloop or user defined set up scripts. Finally, the Computer will transition to the 'running' state when it is ready for use.

      Parameters

      Returns APIPromise<ComputerView>

    • Create a Computer and begin the boot process. The Computer will initially launch in the 'provisioning' state while Runloop allocates the necessary infrastructure. It will transition to the 'initializing' state while the booted Computer runs any Runloop or user defined set up scripts. Finally, the Computer will transition to the 'running' state when it is ready for use.

      Parameters

      • Optionaloptions: RequestOptions<unknown>

      Returns APIPromise<ComputerView>