vm_list_plans
List pending or failed plans to obtain a plan_id for applying or rolling back changes. Shows plan summaries with status, step counts, and affected VMs.
Instructions
[READ] List all pending/failed plans.
Use this first to find a plan_id for vm_apply_plan or vm_rollback_plan. Returns the list envelope: 'items' holds plan summaries (plan_id, created_at, status, steps count, VMs affected), and 'returned'/'total'/ 'truncated' state whether the listing is complete. Every plan file is read, so truncated is always false. Listing never deletes: stale plans (>24h) are swept by vm_create_plan, not by this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||