Cancel addon
POST
/servers/{server_id}/addons/{server_addon_id}Send a cancel request for your server addon. This won't terminate your server addon. The server addon is being terminated later, depending whether you cancel your server addon immediately or at the end of the billing period.
Request
Path Params
server_id
integer
required
server_addon_id
integer
required
Body Params application/json
reason
string
required
You can specify the reason for the cancel request. We actually read them and strive to improve.
now
boolean
required
If set to true your ServerAddon will be suspended right away and terminated later. If set to false, the ServerAddon will be suspended on the expiry date of the service and terminated at a later point.
Example
{
"reason": "string",
"now": true
}
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : Rawtext/plain
Example
Not configured
Last modified: 4 days ago