service_tasks
List all tasks for a Docker Swarm service. Filter tasks by ID, name, node, label, or desired state to inspect specific task states.
Instructions
List the tasks of a swarm service.
args: service_id - The service id or name filters - Filter by id, name, node, label, desired-state returns: list - A list of task dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | ||
| service_id | Yes |