-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, vmctl does not support deleting or removing virtual machines (VMs). Adding this functionality would enhance the tool by allowing users to remove VMs that are no longer needed, freeing up resources and improving workflow management.
Requested Feature:
- Add a command or API endpoint to delete or remove a VM by name or ID.
- Ensure safe deletion with confirmation prompts or flags to avoid accidental removal.
- Update documentation to include usage examples for VM deletion.
Benefits:
- Provides users with greater control over their VM lifecycle.
- Improves resource management within vmctl-managed environments.
Acceptance Criteria:
- Users can successfully delete a VM via the CLI or API.
- Attempts to delete non-existent or protected VMs return appropriate error messages.
- Tests cover deletion scenarios including successes and failures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request