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

    Type Alias PostRebootLinodeInstanceData

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

    Properties

    Properties

    body?: { config_id?: number | null }

    Optional reboot parameters.

    Type Declaration

    • Optionalconfig_id?: number | null

      The Linode Config ID to reboot into. If null or omitted, the last booted config will be used. If there was no last booted config and this Linode only has one config, it will be used. If a config cannot be determined, an error will be returned.

    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      ID of the linode to reboot.

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