DaanHoogland commented on PR #164: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/164#issuecomment-3155542136
tested destroy ``` (randy) 🐱 > destroy virtualmachine id=110f2c65-1c27-4131-aa78-28da865f8c60 filter=name,zoneid,cpunumber,hostname { "virtualmachine": [ { "cpunumber": 1, "name": "VM-110f2c65-1c27-4131-aa78-28da865f8c60", "zoneid": "8710c111-ff6f-4246-96bc-0f56be3be16f" } ] } (randy) 🐱 > set output table (randy) 🐱 > destroy virtualmachine id=543b2904-e931-4325-959e-70174973389e filter=name,zoneid,cpunumber,hostname virtualmachine: +-----------------------------------------+--------------------------------------+-----------+----------+ | NAME | ZONEID | CPUNUMBER | HOSTNAME | +-----------------------------------------+--------------------------------------+-----------+----------+ | VM-543b2904-e931-4325-959e-70174973389e | 8710c111-ff6f-4246-96bc-0f56be3be16f | 1 | | +-----------------------------------------+--------------------------------------+-----------+----------+ ``` Also tried to merge it with #163 but couldn’t get that to work yet. Both look good in isolation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org