update_container_config
Update container configuration in Proxmox VE. Modify hostname, memory, CPU, network, and other settings on an existing container.
Instructions
Update the configuration of an existing container.
Args: node: The node name. vmid: The container ID. hostname: Container hostname. memory: Memory in MB. swap: Swap in MB. cores: CPU cores. cpulimit: CPU limit (0 = unlimited). net0: Network config. nameserver: DNS nameserver. searchdomain: DNS search domain. onboot: Start on boot. description: Description. features: Comma-separated features. tags: Semicolon-separated tags. delete: Comma-separated list of settings to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| hostname | No | ||
| memory | No | ||
| swap | No | ||
| cores | No | ||
| cpulimit | No | ||
| net0 | No | ||
| nameserver | No | ||
| searchdomain | No | ||
| onboot | No | ||
| description | No | ||
| features | No | ||
| tags | No | ||
| delete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |