Skip to content

Commit a2a9f86

Browse files
removed old example
1 parent 952ea58 commit a2a9f86

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/content/partials/magic-transit/tunnel-health/update-tunnel-health-checks-frequency.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ Below is an example of how to adjust tunnel health check frequency to `low`. Not
5858
}}
5959
/>
6060

61-
```bash
62-
curl --request PUT \
63-
https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/gre_tunnels/{tunnel_id} \
64-
--header "X-Auth-Email: <EMAIL>" \
65-
--header "X-Auth-Key: <API_KEY>" \
66-
--header "Content-Type: application/json" \
67-
--data '{
68-
"health_check": {"rate":"low"}
69-
}'
70-
```
7161

7262
</TabItem> </Tabs>
7363

0 commit comments

Comments
 (0)