--- title: planner package description: > The `planner` package provides an API for interacting with the Flux engine planner. menu: flux_v0_ref: name: planner parent: stdlib identifier: planner weight: 11 --- The `planner` package provides an API for interacting with the Flux engine planner. ## Options ```js option planner.disableLogicalRules = [""] option planner.disablePhysicalRules = [""] ``` ### disableLogicalRules `disableLogicalRules` is a set of logical planner rules that should NOT be applied. ### disablePhysicalRules `disablePhysicalRules` is a set of physical planner rules that should NOT be applied.