diff --git a/content/v2.0/reference/cli/influx/_index.md b/content/v2.0/reference/cli/influx/_index.md index efe100779..30a8e2737 100644 --- a/content/v2.0/reference/cli/influx/_index.md +++ b/content/v2.0/reference/cli/influx/_index.md @@ -47,6 +47,7 @@ retrieving authentication tokens._ |:------- |:----------- | | [auth](/v2.0/reference/cli/influx/auth) | Authorization management commands | | [bucket](/v2.0/reference/cli/influx/bucket) | Bucket management commands | +| [delete](/v2.0/reference/cli/influx/delete) | Delete points from InfluxDB | | [help](/v2.0/reference/cli/influx/help) | Help about any command | | [org](/v2.0/reference/cli/influx/org) | Organization management commands | | [ping](/v2.0/reference/cli/influx/ping) | Check the InfluxDB `/health` endpoint | @@ -62,5 +63,5 @@ retrieving authentication tokens._ |:---- |:----------- |:----------:| | `-h`, `--help` | Help for the influx command | | | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/auth/_index.md b/content/v2.0/reference/cli/influx/auth/_index.md index 4ed01a6fb..726741ca3 100644 --- a/content/v2.0/reference/cli/influx/auth/_index.md +++ b/content/v2.0/reference/cli/influx/auth/_index.md @@ -38,5 +38,5 @@ influx auth [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/auth/active.md b/content/v2.0/reference/cli/influx/auth/active.md index cc5298226..8ca67ab92 100644 --- a/content/v2.0/reference/cli/influx/auth/active.md +++ b/content/v2.0/reference/cli/influx/auth/active.md @@ -25,5 +25,5 @@ influx auth active [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/auth/create.md b/content/v2.0/reference/cli/influx/auth/create.md index 95b8944a4..dc5b2720e 100644 --- a/content/v2.0/reference/cli/influx/auth/create.md +++ b/content/v2.0/reference/cli/influx/auth/create.md @@ -40,5 +40,5 @@ influx auth create [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/auth/delete.md b/content/v2.0/reference/cli/influx/auth/delete.md index 95fb38c48..a0b2979b4 100644 --- a/content/v2.0/reference/cli/influx/auth/delete.md +++ b/content/v2.0/reference/cli/influx/auth/delete.md @@ -25,5 +25,5 @@ influx auth delete [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/auth/find.md b/content/v2.0/reference/cli/influx/auth/find.md index c4db58e51..9f6de9246 100644 --- a/content/v2.0/reference/cli/influx/auth/find.md +++ b/content/v2.0/reference/cli/influx/auth/find.md @@ -29,5 +29,5 @@ influx auth find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/auth/inactive.md b/content/v2.0/reference/cli/influx/auth/inactive.md index a4615fc02..7629d26ad 100644 --- a/content/v2.0/reference/cli/influx/auth/inactive.md +++ b/content/v2.0/reference/cli/influx/auth/inactive.md @@ -25,5 +25,5 @@ influx auth inactive [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/bucket/_index.md b/content/v2.0/reference/cli/influx/bucket/_index.md index 313f51dd0..6acd1dfe6 100644 --- a/content/v2.0/reference/cli/influx/bucket/_index.md +++ b/content/v2.0/reference/cli/influx/bucket/_index.md @@ -34,5 +34,5 @@ influx bucket [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/bucket/create.md b/content/v2.0/reference/cli/influx/bucket/create.md index 6e5965416..b83d00135 100644 --- a/content/v2.0/reference/cli/influx/bucket/create.md +++ b/content/v2.0/reference/cli/influx/bucket/create.md @@ -27,5 +27,5 @@ influx bucket create [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/bucket/delete.md b/content/v2.0/reference/cli/influx/bucket/delete.md index a7d1bcb2a..dc9eef4ed 100644 --- a/content/v2.0/reference/cli/influx/bucket/delete.md +++ b/content/v2.0/reference/cli/influx/bucket/delete.md @@ -25,5 +25,5 @@ influx bucket delete [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/bucket/find.md b/content/v2.0/reference/cli/influx/bucket/find.md index ea3c1d5e5..98856d938 100644 --- a/content/v2.0/reference/cli/influx/bucket/find.md +++ b/content/v2.0/reference/cli/influx/bucket/find.md @@ -28,5 +28,5 @@ influx bucket find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/bucket/update.md b/content/v2.0/reference/cli/influx/bucket/update.md index 39a2b546e..f61d6a1c3 100644 --- a/content/v2.0/reference/cli/influx/bucket/update.md +++ b/content/v2.0/reference/cli/influx/bucket/update.md @@ -27,5 +27,5 @@ influx bucket update [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/delete/_index.md b/content/v2.0/reference/cli/influx/delete/_index.md new file mode 100644 index 000000000..f73c0e73a --- /dev/null +++ b/content/v2.0/reference/cli/influx/delete/_index.md @@ -0,0 +1,42 @@ +--- +title: influx delete – Delete data from InfluxDB +description: The 'influx delete' command deletes points from an InfluxDB bucket. +menu: + v2_0_ref: + name: influx delete + parent: influx +weight: 101 +v2.0/tags: [delete] +--- + +The `influx delete` command deletes [points](/v2.0/reference/glossary/#point) +from an InfluxDB bucket. + +## Usage +``` +influx delete [flags] +``` + +{{% warn %}} +Running `influx delete` without the `-p` or `--predicate` flag deletes all data with +timestamps between the specified `--start` and `--stop` times in the specified bucket. +{{% /warn %}} + +## Flags +| Flag | Description | Input type | +|:---- |:----------- |:----------:| +| `-b`, `--bucket` | The name of bucket to remove data from | string | +| `--bucket-id` | The ID of the bucket to remove data from | string | +| `-h`, `--help` | Help for the `delete` command | | +| `-o`, `--org` | The name of the organization that owns the bucket | string | +| `--org-id` | The ID of the organization that owns the bucket | string | +| `-p`, `--predicate` | SQL-like predicate string (i.e. `tag1="v1" and tag2=123`) | string | +| `--start` | The start time in RFC3339 format (i.e. `2009-01-02T23:00:00Z`) | string | +| `--stop` | The stop time in RFC3339 format (i.e. `2009-01-02T23:00:00Z`) | string | + +## Global flags +| Global flag | Description | Input type | +|:----------- |:----------- |:----------:| +| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/help/_index.md b/content/v2.0/reference/cli/influx/help/_index.md index f93edc761..e0e10ce84 100644 --- a/content/v2.0/reference/cli/influx/help/_index.md +++ b/content/v2.0/reference/cli/influx/help/_index.md @@ -24,5 +24,5 @@ influx help [command] [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/_index.md b/content/v2.0/reference/cli/influx/org/_index.md index dd659d5eb..81985d104 100644 --- a/content/v2.0/reference/cli/influx/org/_index.md +++ b/content/v2.0/reference/cli/influx/org/_index.md @@ -38,5 +38,5 @@ influx org [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/create.md b/content/v2.0/reference/cli/influx/org/create.md index 553752d04..df7a9fcca 100644 --- a/content/v2.0/reference/cli/influx/org/create.md +++ b/content/v2.0/reference/cli/influx/org/create.md @@ -25,5 +25,5 @@ influx org create [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/delete.md b/content/v2.0/reference/cli/influx/org/delete.md index c6f4d47eb..4dd2cbbd8 100644 --- a/content/v2.0/reference/cli/influx/org/delete.md +++ b/content/v2.0/reference/cli/influx/org/delete.md @@ -25,5 +25,5 @@ influx org delete [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/find.md b/content/v2.0/reference/cli/influx/org/find.md index b5999d29b..51537ba18 100644 --- a/content/v2.0/reference/cli/influx/org/find.md +++ b/content/v2.0/reference/cli/influx/org/find.md @@ -26,5 +26,5 @@ influx org find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/members/_index.md b/content/v2.0/reference/cli/influx/org/members/_index.md index 98e433092..a297448b8 100644 --- a/content/v2.0/reference/cli/influx/org/members/_index.md +++ b/content/v2.0/reference/cli/influx/org/members/_index.md @@ -33,5 +33,5 @@ influx org members [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/members/add.md b/content/v2.0/reference/cli/influx/org/members/add.md index 82f94b029..cb8b3b771 100644 --- a/content/v2.0/reference/cli/influx/org/members/add.md +++ b/content/v2.0/reference/cli/influx/org/members/add.md @@ -27,5 +27,5 @@ influx org members add [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/members/list.md b/content/v2.0/reference/cli/influx/org/members/list.md index 183193c59..4ce905f1f 100644 --- a/content/v2.0/reference/cli/influx/org/members/list.md +++ b/content/v2.0/reference/cli/influx/org/members/list.md @@ -26,5 +26,5 @@ influx org members list [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/members/remove.md b/content/v2.0/reference/cli/influx/org/members/remove.md index f3f050c44..e57b8292d 100644 --- a/content/v2.0/reference/cli/influx/org/members/remove.md +++ b/content/v2.0/reference/cli/influx/org/members/remove.md @@ -27,5 +27,5 @@ influx org members remove [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/org/update.md b/content/v2.0/reference/cli/influx/org/update.md index 3ff3648dd..9688c36cb 100644 --- a/content/v2.0/reference/cli/influx/org/update.md +++ b/content/v2.0/reference/cli/influx/org/update.md @@ -26,5 +26,5 @@ influx org update [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/ping/_index.md b/content/v2.0/reference/cli/influx/ping/_index.md index 9dfa8bba8..628ed2956 100644 --- a/content/v2.0/reference/cli/influx/ping/_index.md +++ b/content/v2.0/reference/cli/influx/ping/_index.md @@ -29,5 +29,5 @@ influx ping [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/query/_index.md b/content/v2.0/reference/cli/influx/query/_index.md index 039d3c289..89c0e411c 100644 --- a/content/v2.0/reference/cli/influx/query/_index.md +++ b/content/v2.0/reference/cli/influx/query/_index.md @@ -29,5 +29,5 @@ influx query [query literal or @/path/to/query.flux] [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/repl/_index.md b/content/v2.0/reference/cli/influx/repl/_index.md index 3b8c9a245..822fd6468 100644 --- a/content/v2.0/reference/cli/influx/repl/_index.md +++ b/content/v2.0/reference/cli/influx/repl/_index.md @@ -34,5 +34,5 @@ Use **ctrl + d** to exit the REPL. | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/setup/_index.md b/content/v2.0/reference/cli/influx/setup/_index.md index 4047e4f99..40cdcd851 100644 --- a/content/v2.0/reference/cli/influx/setup/_index.md +++ b/content/v2.0/reference/cli/influx/setup/_index.md @@ -28,5 +28,5 @@ influx setup [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/_index.md b/content/v2.0/reference/cli/influx/task/_index.md index 5723cd755..a3341bbb4 100644 --- a/content/v2.0/reference/cli/influx/task/_index.md +++ b/content/v2.0/reference/cli/influx/task/_index.md @@ -37,5 +37,5 @@ influx task [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/create.md b/content/v2.0/reference/cli/influx/task/create.md index f8486f0c3..20a659023 100644 --- a/content/v2.0/reference/cli/influx/task/create.md +++ b/content/v2.0/reference/cli/influx/task/create.md @@ -26,5 +26,5 @@ influx task create [query literal or @/path/to/query.flux] [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/delete.md b/content/v2.0/reference/cli/influx/task/delete.md index e2b7b7825..56f61efa8 100644 --- a/content/v2.0/reference/cli/influx/task/delete.md +++ b/content/v2.0/reference/cli/influx/task/delete.md @@ -25,5 +25,5 @@ influx task delete [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/find.md b/content/v2.0/reference/cli/influx/task/find.md index 6115ccfe9..a17c477f5 100644 --- a/content/v2.0/reference/cli/influx/task/find.md +++ b/content/v2.0/reference/cli/influx/task/find.md @@ -29,5 +29,5 @@ influx task find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/log/_index.md b/content/v2.0/reference/cli/influx/task/log/_index.md index bd26847b7..6eddc01b9 100644 --- a/content/v2.0/reference/cli/influx/task/log/_index.md +++ b/content/v2.0/reference/cli/influx/task/log/_index.md @@ -31,5 +31,5 @@ influx task log [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/log/find.md b/content/v2.0/reference/cli/influx/task/log/find.md index 726b52f66..e5498ff90 100644 --- a/content/v2.0/reference/cli/influx/task/log/find.md +++ b/content/v2.0/reference/cli/influx/task/log/find.md @@ -27,5 +27,5 @@ influx task log find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/retry.md b/content/v2.0/reference/cli/influx/task/retry.md index f11afe9f2..b962e48e8 100644 --- a/content/v2.0/reference/cli/influx/task/retry.md +++ b/content/v2.0/reference/cli/influx/task/retry.md @@ -26,5 +26,5 @@ influx task retry [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/run/_index.md b/content/v2.0/reference/cli/influx/task/run/_index.md index 2f0069f76..9fcae01bc 100644 --- a/content/v2.0/reference/cli/influx/task/run/_index.md +++ b/content/v2.0/reference/cli/influx/task/run/_index.md @@ -32,5 +32,5 @@ influx task run [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/run/find.md b/content/v2.0/reference/cli/influx/task/run/find.md index 823eb5ce2..d390048c5 100644 --- a/content/v2.0/reference/cli/influx/task/run/find.md +++ b/content/v2.0/reference/cli/influx/task/run/find.md @@ -30,5 +30,5 @@ influx task run find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/task/update.md b/content/v2.0/reference/cli/influx/task/update.md index bf37a28b4..54c89cec2 100644 --- a/content/v2.0/reference/cli/influx/task/update.md +++ b/content/v2.0/reference/cli/influx/task/update.md @@ -26,5 +26,5 @@ influx task update [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/user/_index.md b/content/v2.0/reference/cli/influx/user/_index.md index 2f6c63579..86b2a2e5f 100644 --- a/content/v2.0/reference/cli/influx/user/_index.md +++ b/content/v2.0/reference/cli/influx/user/_index.md @@ -34,5 +34,5 @@ influx user [command] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/user/create.md b/content/v2.0/reference/cli/influx/user/create.md index 6f68fdc5d..12387c75b 100644 --- a/content/v2.0/reference/cli/influx/user/create.md +++ b/content/v2.0/reference/cli/influx/user/create.md @@ -25,5 +25,5 @@ influx user create [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/user/delete.md b/content/v2.0/reference/cli/influx/user/delete.md index 16d0168b0..2abefaad8 100644 --- a/content/v2.0/reference/cli/influx/user/delete.md +++ b/content/v2.0/reference/cli/influx/user/delete.md @@ -25,5 +25,5 @@ influx user delete [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/user/find.md b/content/v2.0/reference/cli/influx/user/find.md index fbe9a4e45..d91d295fc 100644 --- a/content/v2.0/reference/cli/influx/user/find.md +++ b/content/v2.0/reference/cli/influx/user/find.md @@ -26,5 +26,5 @@ influx user find [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/user/update.md b/content/v2.0/reference/cli/influx/user/update.md index 2d2ccee7a..1c370a13f 100644 --- a/content/v2.0/reference/cli/influx/user/update.md +++ b/content/v2.0/reference/cli/influx/user/update.md @@ -27,5 +27,5 @@ influx user update [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string | diff --git a/content/v2.0/reference/cli/influx/write/_index.md b/content/v2.0/reference/cli/influx/write/_index.md index 71c49db8a..4c41f0afb 100644 --- a/content/v2.0/reference/cli/influx/write/_index.md +++ b/content/v2.0/reference/cli/influx/write/_index.md @@ -33,5 +33,5 @@ influx write [line protocol or @/path/to/points.txt] [flags] | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | -| `--local` | Run commands locally against the filesystem | | -| `-t`, `--token` | API token to be used throughout client calls | string | +| `--local` | Run commands against the local filesystem | | +| `-t`, `--token` | API token to use in client calls | string |