pve_shutdown_container
Gracefully shut down a Proxmox VE container with configurable timeout and optional force stop, enabling safe container management through the Proxmox MCP Server.
Instructions
Shutdown a container (graceful)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| vmid | Yes | Container ID | |
| timeout | No | Timeout in seconds | |
| forceStop | No | Force stop after timeout |