delete_container
Remove a container by name, automatically stopping it if it is currently running.
Instructions
Delete a container by its name. Stops it first if it's still running. Args: container_name: Container name that should be deleted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |