stack_services
List services of a Docker stack, filtered by attributes like name. Returns service details including ID, name, mode, replicas, image, and ports.
Instructions
List the services of a stack, parsed from --format '{{json .}}'.
args: name - The stack to list services for filters - Filter by attributes, e.g. {"name": "web"}; a list value repeats the filter returns: list - One dict per service (id, name, mode, replicas, image, ports)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| filters | No |