change_service_offering_virtual_machine
Modify the service offering for a virtual machine in CloudStack by specifying the VM ID and new service offering ID.
Instructions
Change service offering for virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | VM ID | |
serviceofferingid | Yes | New service offering ID |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "VM ID",
"type": "string"
},
"serviceofferingid": {
"description": "New service offering ID",
"type": "string"
}
},
"required": [
"id",
"serviceofferingid"
],
"type": "object"
}