remove_container
Delete Docker containers from your VPS using the Portainer API. Specify container ID/name, force removal if running, and optionally remove associated volumes.
Instructions
Remove a container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID or name | |
| force | No | Force removal even if running | |
| volumes | No | Remove associated volumes |