Update content/shared/v3-core-get-started/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5861/head
Jameelah Mercer 2025-02-28 10:20:40 -08:00 committed by GitHub
parent a5b8c44881
commit 95a88f6d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -346,7 +346,9 @@ curl "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=tr
--data-raw "home,room=Sunroom temp=96"
```
If you are using the CLI, here is an example of how to enable the `no_sync` option:
###### Immediate write using the influxdb3 CLI
The `no_sync` CLI option controls when writes are acknowledged--for example:
```sh
influxdb3 write --bucket=mydb --org=my_org --token=my-token --no-sync