Instance profiles
A profile is a reusable preset of resource limits — vCPUs, memory, default disk size — applied to every new instance that references it. Profiles let you define a small set of "shapes" (e.g. small, large, gpu-burst) once and reuse them.
When POST /v1/instances is called without explicit resource fields, Firecase resolves them from the referenced profile (or the org default if none is named).
Endpoints
GET /v1/profiles— listPOST /v1/profiles— createGET /v1/profiles/:id— read onePATCH /v1/profiles/:id— updateDELETE /v1/profiles/:id— delete
Related
- Instances — consumers of profile defaults