@akamai/openapi-ts
    Preparing search index...

    Type Alias PostBootLinodeInstanceData

    type PostBootLinodeInstanceData = {
        body?: { config_id?: number | null };
        path: { linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/boot";
    }
    Index

    Properties

    Properties

    body?: { config_id?: number | null }

    Optional configuration to boot into (see above).

    Type Declaration

    • Optionalconfig_id?: number | null

      The Linode Config ID to boot into.

    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      The ID of the Linode to boot.

    query?: never
    url: "linode/instances/{linodeId}/boot"