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

    Type Alias PostMutateLinodeInstanceData

    type PostMutateLinodeInstanceData = {
        body?: { allow_auto_disk_resize?: boolean };
        path: { linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/mutate";
    }
    Index

    Properties

    Properties

    body?: { allow_auto_disk_resize?: boolean }

    Whether to automatically resize disks or not.

    Type Declaration

    • Optionalallow_auto_disk_resize?: boolean

      Automatically resize disks when resizing a Linode. When resizing down to a smaller plan your Linode's data must fit within the smaller disk size.

    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      ID of the Linode to mutate.

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