list_stacks
List all Docker stacks in your infrastructure, with optional filtering by name and sorting. Get current status for each stack to manage deployments.
Instructions
List all existing Docker stacks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter stacks by name | |
| sort_by | No | Sort by name, created, or status | name |
| include_status | No | Include container status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||