DeleteNodeRequest: {
    nodeId: string;
    region?: Region;
    replace: boolean;
    skipDrain: boolean;
}

Type declaration

  • nodeId: string

    ID of the node to replace.

  • Optionalregion?: Region

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

  • replace: boolean

    Add a new node after the deletion of this node.

  • skipDrain: boolean

    Skip draining node from its workload (Note: this parameter is currently inactive).