CLI reference — Cloud Quotas
Generated by
bun run generate:cli-referencefromspec/admin-api-openapi.json. Do not hand-edit — regenerate after refreshing the spec.
Every operation below is documented CLI-first (nayaone-admin api <operationId>)
per PRD-407/DO-7.
The REST /admin-api/* method+path is the fallback/alternative integration option.
3 operations in this area.
adminDeleteCloudQuotas
Section titled “adminDeleteCloudQuotas”Delete cloud-quota rows by filter (platform-admin only)
CLI (preferred):
nayaone-admin api adminDeleteCloudQuotas --body '{}'REST fallback: DELETE /admin-api/cloud-quotas
adminRefreshCloudQuotas
Section titled “adminRefreshCloudQuotas”Dispatch the cache-cloud-quotas workflow (platform-admin only)
CLI (preferred):
nayaone-admin api adminRefreshCloudQuotas --body '{}'REST fallback: POST /admin-api/cloud-quotas/refresh
adminUpsertCloudQuotas
Section titled “adminUpsertCloudQuotas”Batch-upsert cloud-quota rows (platform-admin only)
CLI (preferred):
nayaone-admin api adminUpsertCloudQuotas --body '{}'REST fallback: POST /admin-api/cloud-quotas/upsert