context_rm
Remove a Docker CLI context by specifying its name. Optionally force removal even if it is the current context.
Instructions
Remove a Docker CLI context.
args: name - Context name to remove force - Force removal even if the context is the current one returns: dict - {"returncode": int, "stdout": str, "stderr": str, "truncated": bool}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| force | No |