interface RemoveOptions {
    force?: boolean;
    preserveConfig?: boolean;
}

Properties

force?: boolean

Forces deletion of the stack, leaving behind any resources managed by the stack

preserveConfig?: boolean

Do not delete the corresponding Pulumi..yaml configuration file for the stack

Generated using TypeDoc