Skip to content

Commit

Permalink
Merge pull request #5796 from JackieTien97/patch-1
Browse files Browse the repository at this point in the history
Update _index.md
  • Loading branch information
jstirnaman authored Jan 23, 2025
2 parents 092a48d + ecb9487 commit 824b2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/shared/v3-enterprise-get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,11 +982,11 @@ This feature is only available in Enterprise and is not available in Core.
# Example variables on a query
# HTTP-bound Port: 8585
influxdb3 file-index create --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE> <COLUMNS>
influxdb3 create file_index --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE> <COLUMNS>
```
#### Delete a file index
```bash
influxdb3 file-index delete --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE>
influxdb3 delete file_index --host=http://127.0.0.1:8585 -d <DATABASE> -t <TABLE>
```

0 comments on commit 824b2f8

Please sign in to comment.