756 B
756 B
title | description | menu | weight | influxdb3/core/tags | list_code_example | related | source | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Delete a Last Value Cache | Use the [`influxdb3 delete last_cache` command](/influxdb3/core/reference/cli/influxdb3/delete/last_cache/) to delete a Last Value Cache. |
|
204 |
|
<!--pytest.mark.skip--> ```bash influxdb3 delete last_cache \ --database example-db \ --token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \ --table home \ homeLastCache ``` |
|
/shared/influxdb3-admin/last-value-cache/delete.md |