resize_service
Change a cloud VM's plan to a new flavor (e.g., c-4vcpu-8gb). Requires explicit user approval with confirm=true; runs asynchronously and may alter pricing.
Instructions
Resize a cloud VM service to a new flavor (target plan PUBLIC SKU, e.g. c-4vcpu-8gb). Requires scope services:write. Runs asynchronously (returns 202) and MAY CHANGE the price of the service. Pass confirm:true only after the user has approved the new size and its cost. service_id from list_services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flavor | Yes | Target plan public SKU (e.g. c-4vcpu-8gb). | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. | |
| service_id | Yes | Service ID from list_services. |