# Managing Networks

> Source: https://parallelworks.com/docs/organization-admin/cloud/cloud-accounts/networks/managing-networks

# Managing Networks

This page explains how to view, edit, and delete networks associated with your cloud accounts.

## Viewing Networks

To view the networks for a cloud account, navigate to **Cloud Accounts** and select the account. The networks associated with that account will be listed on the account detail page.

Click on a network to view its detail page, which includes:

- **Provision status** tracking for the network's cloud resources (e.g., VPCs, subnets, security groups, DNS zones)
- **Region and CIDR configuration** for the network
- **Cloud resource details** provisioned by the network

### Provision Status

Each network tracks its provisioning progress through a series of status indicators. A network can be in one of the following states:

| Status        | Description                                                   |
| :------------ | :------------------------------------------------------------ |
| Pending       | The provisioning step has not yet started.                    |
| Provisioning  | The step is currently being provisioned.                      |
| Provisioned   | The step has completed successfully.                          |
| Failed        | The step encountered an error during provisioning.            |
| Deleting      | The resource is being deprovisioned.                          |

## Editing Networks

You can modify a network's regions and CIDR blocks after it has been created. To edit a network:

1. Navigate to the network detail page.
2. Update the **Regions** and **CIDR blocks** as needed.
3. Save your changes. The network will be re-provisioned with the updated configuration.

:::info CIDR Validation

When editing a network, CIDR blocks must remain valid and cannot overlap with other regions in the same network.

:::

## Deleting Networks

To delete a network:

1. Navigate to the network detail page.
2. Click **Delete Network**.

:::warning About Deletion

When you delete a network, the infrastructure will be deprovisioned from your CSP account. This process removes all cloud resources associated with the network, including VPCs, subnets, and security groups. Ensure that no clusters are running on the network before deleting it.

:::

## Troubleshooting

After initiating network provisioning, you won't be able to edit the configuration while the network is being built. If the provisioning process encounters errors, you can delete the network and create a new one.

If errors persist, please contact support.
