Get space status

Returns compute and storage usage for a space.

get/spaces/{space_id}/status

Path parameters

space_idstring required

Ghost space ID.

Response

Space status

storage_mibinteger required

Total storage used across all databases in the space, in MiB.

storage_limit_mibinteger required

Storage quota for the space, in MiB.

compute_minutesinteger required

Total compute minutes used across all databases in the space during the current billing cycle.

compute_limit_minutesinteger required

Compute-minute quota for the space. When exceeded, all running databases in the space are automatically paused.

cost_to_datenumber double

Gross cost accrued so far this billing cycle.

estimated_total_costnumber double

Projected gross total for the current billing cycle based on usage to date.

billing_period_startstring date-time

Start of the current billing cycle.

billing_period_endstring date-time

End of the current billing cycle.

Changes