Skip to main content
PUT
Update Instance Billing Mode

Headers

Content-Type
string
required

Allowed value: application/json.

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Path Parameters

instance_id
string
required

Instance ID. String, length: 1-255 characters.

Body

application/json
type
enum<string>
required

Target billing mode. Allowed values: prepaid, postpaid.

Available options:
prepaid,
postpaid
Example:

"prepaid"

months
integer

Required when type=prepaid. Subscription length in months. Used when type=prepaid. Integer, value > 0.

Example:

1

Response

200 - application/json

OK

The response is of type object.

Last modified on June 26, 2026