Skip to content

Commit 77f06eb

Browse files
authored
Merge pull request #5547 from influxdata/5448-serverless-missing-delete-predicate
fix(v3): Broken URL due to missing delete-predicate.md (closes #5448)
2 parents 5a95f2e + 5a9c5f3 commit 77f06eb

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

content/influxdb/cloud-serverless/reference/cli/influx/delete/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ This command is only supported when used with **InfluxDB OSS v2** and
2424
{{% /warn %}}
2525

2626
{{< duplicate-oss >}}
27+
28+
{{% warn %}}
29+
#### InfluxDB Cloud Serverless does not support data deletion
30+
31+
InfluxDB Cloud Serverless does not currently support deleting data.
32+
This command is only supported when used with **InfluxDB OSS v2** and
33+
**InfluxDB Cloud (TSM)**.
34+
{{% /warn %}}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Delete predicate syntax
3+
list_title: Delete predicate
4+
description: >
5+
InfluxDB uses an InfluxQL-like predicate syntax to determine what data points to delete.
6+
menu:
7+
influxdb_cloud_serverless:
8+
parent: Syntax
9+
name: Delete predicate
10+
weight: 104
11+
influxdb/cloud-serverless/tags: [syntax, delete]
12+
related:
13+
- /influxdb/cloud-serverless/write-data/delete-data/
14+
- /influxdb/cloud-serverless/reference/cli/influx/delete/
15+
---
16+
{{% warn %}}
17+
#### InfluxDB Cloud Serverless does not support data deletion
18+
19+
InfluxDB Cloud Serverless does not currently support deleting data.
20+
This command is only supported when used with **InfluxDB OSS v2** and
21+
**InfluxDB Cloud (TSM)**.
22+
{{% /warn %}}

0 commit comments

Comments
 (0)