# object is locked or remote, and therefore cannot be modified

#### Error Overview

This error occurs when an object is currently locked or is being accessed remotely, preventing modifications. This could be due to another user actively editing the object, or system constraints related to remote access.

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

#### Steps to Resolve

{% hint style="warning" %}
The issue can also be solved by discarding all changes made in all sessions, make sure to use this carfully as it will delete changes made by other users.

![](/files/1m6zw2BoYERTLL3UA4Qe)
{% endhint %}

**Identify who is locking the object:**

* **Hover over the lock icon** next to the object. A tooltip will appear, displaying the username of the individual or process currently locking the object.

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

* **Check audit logs for more details:** You can access the **audit logs** from the monitoring tab. The logs will show detailed actions and timestamps, including when the object was last changed,  and by whom.

<figure><img src="/files/cGTaQj2hitFJTKq9fpbs" 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.openappsec.io/troubleshooting/troubleshooting-guides/object-is-locked-or-remote-and-therefore-cannot-be-modified.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.
