> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/products-overview/private-network/networks/network-operations.md).

# Network Operations

### Why certain actions are restricted when an operation is running?

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

When an operation runs in a Network that utilizes infrastructure (such as containers or virtual machines), certain actions may not work due to the locked or unavailable resources.

For example, if an operation is running in a container, other actions that require access to the container's resources may not be able to execute until the operation is complete. This could include modifying the container's configuration or accessing data stored within the container.

{% hint style="info" %}
If the operation is taking much longer than expected time, please reach out to our Support via messenger or email us at <support@spydra.app> with the Network ID.\
\
You can find the **Network ID** on the Network Overview page.\
\
\&#xNAN;*Sometimes, the Operation can take more time depending on the resources, overall network load, and other factors. If it takes exceptionally longer than expected reach out to Support.*
{% endhint %}

### List of operations

When one of the operations is running, the user will be restricted from doing another operation.

* Network creation and updation
* Joining an Organization
* Role and Node update
* Listeners - Creation, Update, Delete
* Edit and Deployment of App (Chaincode)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.spydra.app/products-overview/private-network/networks/network-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
