SetClusterTypeRequest: {
    clusterId: string;
    region?: Region;
    type: string;
}

Type declaration

  • clusterId: string

    ID of the cluster to migrate from one type to another.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • type: string

    Type of the cluster. Note that some migrations are not possible (please refer to product documentation).