List compute plans

Lists billable cloud or GPU VM plans. Requires scope: vm.read.

Authentication

AuthorizationBearer

IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.

Query parameters

workspace_idstringRequiredformat: "^[1-9][0-9]*$">=1 character

The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.

vm_typeenumRequired
Allowed values:
site_idstringOptional>=1 character

Optional exact placement filter. Copy site_id from GET /compute/sites.

currencystringOptional=3 charactersDefaults to INR
billing_intervalenumOptionalDefaults to MONTHLY
Allowed values:

Response

Compute plans returned successfully.
planslist of objects
countinteger>=0
vm_typeenum
currencystring
billing_intervalenumDefaults to MONTHLY
site_idstring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error