pve_update_container_config
Modify container settings in Proxmox VE by adjusting parameters like memory, CPU, network, and boot options to meet operational requirements.
Instructions
Update container configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| vmid | Yes | Container ID | |
| hostname | No | Hostname | |
| memory | No | Memory in MB | |
| swap | No | Swap in MB | |
| cores | No | CPU cores | |
| cpulimit | No | CPU limit | |
| cpuunits | No | CPU weight | |
| net0 | No | Network device 0 | |
| features | No | Features | |
| onboot | No | Start on boot | |
| protection | No | Protection | |
| description | No | Description | |
| tags | No | Tags | |
| delete | No | Settings to delete | |
| digest | No | Config digest |