@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ChangeClusterModeData

    type ChangeClusterModeData = {
        body?: never;
        path?: never;
        query: { dryRun?: boolean; mode: Mode };
        url: "/mode";
    }
    Index
    body?: never
    path?: never
    query: { dryRun?: boolean; mode: Mode }

    Type Declaration

    • OptionaldryRun?: boolean

      If true, the requested change is only validated and the resulting plan is returned, without applying it to the cluster.

    • mode: Mode

      The target cluster mode.

    url: "/mode"