Bug #324
Delete a machine in XML-RPC
Status: | Closed | Start date: | 08/23/2010 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Client API & Library | |||
Target version: | - | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
The XML-RPC documentation don't describe (if possible) how to completely delete a VM as it can be done with a `onevm delete <id>`.
XML-RPC client/script can only use the shutdown action to stop a machine for the moment.
Associated revisions
History
#1 Updated by Javi Fontan almost 11 years ago
- Status changed from New to Assigned
- Assignee changed from Tino Vázquez to Javi Fontan
To "delete" as onevm
command does you should use one.vm.action
with finalize
.
I leave this ticket open to add documentation about this and other actions.
#2 Updated by Ruben S. Montero over 10 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Actions are documented now