arcane_create_network
Create a network in an environment by specifying a name and optional settings like driver, subnet, gateway, and labels. Use it to set up isolated communication between containers.
Instructions
Create a new network in an environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The network name | |
| driver | No | Network driver (e.g., bridge, overlay) | |
| labels | No | Labels to apply to the network | |
| subnet | No | Subnet CIDR (e.g., 172.20.0.0/16) | |
| gateway | No | Gateway IP address | |
| environmentId | Yes | The environment ID |