# Modify my Streaming Rule

When you want to modify a streaming rule, the first step is to head to the [streaming rules landing](https://build.korewireless.com/event-stream/rules) page and open the rule details.

<figure><img src="/files/ookzPGQPunIg6yDxOkCC" alt=""><figcaption><p>Streaming rules landing page</p></figcaption></figure>

<figure><img src="/files/gtFee6jsK7zohGVg5UIB" alt=""><figcaption><p>Click on the streaming rule</p></figcaption></figure>

<figure><img src="/files/6Zpa48Q830MiC3ItTzCw" alt=""><figcaption><p>Streaming rule details</p></figcaption></figure>

## Delete my Streaming Rule

{% hint style="danger" %}
This action cannot be undone. Ensure you want to delete the streaming rule. Alternatively, you can always [disable ](#disable-enable-the-streaming-rule)it if you no longer wish to receive events.
{% endhint %}

Open the action menu and click delete.

<figure><img src="/files/uIwVH5nKgyYYuxCN8WOO" alt=""><figcaption><p>Request to delete</p></figcaption></figure>

<figure><img src="/files/k3FbL3LY5WVbvMmqUAvC" alt="" width="375"><figcaption><p>Confirmation to delete</p></figcaption></figure>

<figure><img src="/files/GYhctjC4r56AC3zf6PPE" alt=""><figcaption><p>Confirmation Toast Message</p></figcaption></figure>

## Modify Streaming Rule Properties

Review our guide on the various [properties ](/developers/event-streams/streaming-rules.md#streaming-rule-properties)of a streaming rule.

With the streaming rule opened, click on the action menu and click edit to open up the various properties you can edit.

<figure><img src="/files/9WhMF5TvsOePlqUoabKU" alt=""><figcaption><p>Click on edit</p></figcaption></figure>

<figure><img src="/files/ZQwkAejBpFHEVbLR9v91" alt=""><figcaption><p>Edit Mode</p></figcaption></figure>

When you are done, you can click on `Save Changes` at the bottom to confirm and save the changes.

### Disable/Enable the Streaming Rule

{% hint style="info" %}
Review our [guide](/developers/event-streams/streaming-rules.md#rule-status) to understand the difference between Enable and Disable.
{% endhint %}

<figure><img src="/files/TnC6pSSj3E8vKAhwC2yW" alt=""><figcaption><p>Edit the rule status</p></figcaption></figure>

### Repoint my Streaming Rule to a new Destination

You can repoint your streaming rule to any destination you have created for your account.

<figure><img src="/files/INwatt2mDb473yskC6sb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.korewireless.com/developers/how-to/event-streams/modify-my-streaming-rule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
