DeleteClusterRequest: {
    clusterId: string;
    region?: Region;
    withAdditionalResources: boolean;
}

Type declaration

  • clusterId: string

    ID of the cluster to delete.

  • Optionalregion?: Region

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

  • withAdditionalResources: boolean

    Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted.