Merge pull request #5547 from influxdata/5448-serverless-missing-delete-predicate
fix(v3): Broken URL due to missing delete-predicate.md (closes #5448)pull/5541/head
commit
77f06ebbc3
|
@ -24,3 +24,11 @@ This command is only supported when used with **InfluxDB OSS v2** and
|
||||||
{{% /warn %}}
|
{{% /warn %}}
|
||||||
|
|
||||||
{{< duplicate-oss >}}
|
{{< duplicate-oss >}}
|
||||||
|
|
||||||
|
{{% warn %}}
|
||||||
|
#### InfluxDB Cloud Serverless does not support data deletion
|
||||||
|
|
||||||
|
InfluxDB Cloud Serverless does not currently support deleting data.
|
||||||
|
This command is only supported when used with **InfluxDB OSS v2** and
|
||||||
|
**InfluxDB Cloud (TSM)**.
|
||||||
|
{{% /warn %}}
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
title: Delete predicate syntax
|
||||||
|
list_title: Delete predicate
|
||||||
|
description: >
|
||||||
|
InfluxDB uses an InfluxQL-like predicate syntax to determine what data points to delete.
|
||||||
|
menu:
|
||||||
|
influxdb_cloud_serverless:
|
||||||
|
parent: Syntax
|
||||||
|
name: Delete predicate
|
||||||
|
weight: 104
|
||||||
|
influxdb/cloud-serverless/tags: [syntax, delete]
|
||||||
|
related:
|
||||||
|
- /influxdb/cloud-serverless/write-data/delete-data/
|
||||||
|
- /influxdb/cloud-serverless/reference/cli/influx/delete/
|
||||||
|
---
|
||||||
|
{{% warn %}}
|
||||||
|
#### InfluxDB Cloud Serverless does not support data deletion
|
||||||
|
|
||||||
|
InfluxDB Cloud Serverless does not currently support deleting data.
|
||||||
|
This command is only supported when used with **InfluxDB OSS v2** and
|
||||||
|
**InfluxDB Cloud (TSM)**.
|
||||||
|
{{% /warn %}}
|
Loading…
Reference in New Issue