vpc_create_private_network
Creates an isolated private network within your Scaleway VPC, with optional subnets and route propagation configuration.
Instructions
Create a Private Network.
The Private Network is tagged created_by=scaleway-mcp so it can later be
identified and safely deleted by this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional Private Network name (a random one is generated if omitted). | |
| tags | No | Optional additional tags. | |
| region | No | Region. Defaults to the configured region. | |
| vpc_id | No | Optional VPC ID to attach the Private Network to. Defaults to the project's default VPC. | |
| project | No | Optional project ID. Defaults to the configured project. | |
| subnets | No | Optional list of CIDR subnets to associate with the network. | |
| default_route_propagation_enabled | No | Whether the default route is propagated to the Private Network. Defaults to ``True``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||