> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyceum.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings

> Profile, security, quotas, and account management

Settings groups account-level configuration: your profile, security (password), the hardware quotas your account is authorised to use, and account deletion.

Workspace-level settings, members, billing email, org-scoped API keys, live on each organization's settings page. See [Organizations](/docs/account/organizations).

## Quotas

Your account has a quota for each hardware profile. By default new accounts can launch CPU machines; GPU access is granted by Lyceum based on your usage and any agreements in place. Quotas exist to prevent accidental over-spend and to keep capacity available for everyone.

| Method | Endpoint                          | Returns                                    |
| ------ | --------------------------------- | ------------------------------------------ |
| `GET`  | `/user/quotas`                    | Boolean per hardware profile               |
| `GET`  | `/user/quotas/available-hardware` | Just the profiles you can launch right now |

If you need a profile you don't have access to, contact [support@lyceum.technology](mailto:support@lyceum.technology).

## Account lifecycle

| Method   | Endpoint       | Purpose                         |
| -------- | -------------- | ------------------------------- |
| `GET`    | `/user/status` | Current user profile            |
| `DELETE` | `/user/delete` | Permanently delete your account |

<Warning>
  Account deletion is irreversible. It removes your runs, VMs, deployments, storage, secrets, API keys, and billing history. Export anything you want to keep first.
</Warning>
