@pulumi/pulumi - v3.251.0
    Preparing search index...

    Interface RemoveOptions

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

    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