cancel_service
File a cancellation request for a service to stop it immediately or at the paid-through date. Requires explicit user confirmation.
Instructions
File a cancellation request for a service. Requires scope services:write. DESTRUCTIVE: schedules teardown of the service — type "immediate" stops it now; "end_of_term" cancels at the paid-through date. Pass confirm:true only after the user has explicitly approved. service_id from list_services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Cancellation timing (default end_of_term server-side). | |
| reason | No | Optional free-text reason for cancelling. | |
| 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. |