You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Disable Storage Integration for applications and end-devices.
5
+
weight: 30
6
+
---
7
+
8
+
The Storage Integration is implemented as an [Application Package]({{< ref "/reference/application-packages" >}}). In order to disable it, you have to delete a default association for an application and a package association for an end-device.
9
+
10
+
{{< cli-only >}}
11
+
12
+
## Disable for an Application
13
+
14
+
Delete the default association:
15
+
16
+
```bash
17
+
# List default associations
18
+
$ ttn-lw-cli applications packages default-associations list "app1"
{{< note >}} The `f_port` value is irrelevant. {{</ note >}}
33
33
34
34
{{< warning >}} **Do not configure multiple associations for the same end device**, since that will lead to storing duplicate uplinks in the persistent storage. {{</ warning >}}
35
-
36
-
## Disable the Storage Integration
37
-
38
-
Delete the package association, or the default association:
39
-
40
-
```bash
41
-
# List default associations
42
-
$ ttn-lw-cli applications packages default-associations list "app1"
Copy file name to clipboardExpand all lines: doc/content/integrations/storage/retrieve.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Retrieve messages
3
3
summary: Retrieve historical data using the HTTP API
4
-
weight: 30
4
+
weight: 40
5
5
---
6
6
7
7
The Storage Integration offers the `ApplicationUpStorage` gRPC service and the respective HTTP endpoints for retrieving historical data. This page merely contains a few examples, see [Reference]({{< ref "/reference/api/storage_integration" >}}) for more details.
0 commit comments