v1

latestOpenAPI 3.0.02026-07-14169146300.3 KB
Billing

Apply or update billing addons, including compute instance size

Selects an addon variant, for example scaling the project’s compute instance up or down, and applies it to the project.

patch/v1/projects/{ref}/billing/addons

Path parameters

refstring required
Example:abcdefghijklmnopqrst

Project ref

Request body

addon_type'custom_domain' | 'compute_instance' | 'pitr' | 'ipv4' | 'auth_mfa_phone' | 'auth_mfa_web_authn' | 'log_drain' | 'etl_pipeline' required

Example request

{
  "addon_variant": "pitr_7",
  "addon_type": "pitr"
}