docker_compose_down
Stop and remove Docker Compose services, optionally deleting named volumes, with confirmation.
Instructions
Stop and remove Docker Compose services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to the Compose file. | docker-compose.yml |
| confirm | No | Set to True to confirm. | |
| volumes | No | If True, also remove named volumes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||