---
title: planner package
description: The planner package provides an API for interacting with the Flux engine planner.
url: https://docs.influxdata.com/flux/v0/stdlib/planner/
estimated_tokens: 418
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/planner/
---

# planner package

InfluxDB support

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.
