Service settings
From a service card, open the actions menu and click Settings. Use the four settings sections to manage service details, access, compute, and repository connections. When you change the service name, description, or tags, click Save Changes.
| Section | What it manages |
|---|---|
| Service Settings | Name, identifier, subdomain, description, tags, and deletion |
| Members | Per-service role assignments |
| Plan & Add-ons | Service compute tier and add-ons |
| GitHub | Connecting/disconnecting a repository |
Service settings
Service information
- Name: editable free text.
- Identifier: the service slug (or id), with a copy button.
- Subdomain: shown as
https://{subdomain}.apso.cloud, with a copy button. - Description: editable free text.
Tags: add a tag by name (colors are assigned automatically) and remove tags inline. Name, description, and tag edits are staged and applied with Save Changes.
Delete Service requires confirmation because deletion is permanent.
Members
Assign these roles to control access to a service:
| Role | Notes |
|---|---|
| Owner | Full control of the service |
| Admin | Manage the service |
| User | Standard access |
| ReadOnly | Read-only access for roles such as stakeholders |
- Add Member assigns an existing workspace user to the service with a role.
- Change role updates a member’s role via a dialog.
- Remove revokes a member’s access to the service.
Granular per-service role assignment is a Business-plan capability; the section prompts to upgrade when the workspace isn’t on that plan.
To invite a new person, add them to the workspace from Team first. Then return to Members and assign their service role.
Plan and add-ons
Service tier sets the service’s compute. Tiers bundle CPU, memory, and connection limits (you pick a tier, not individual CPU/memory values):
| Tier | CPU | Memory | Connections | Pooler |
|---|---|---|---|---|
| Small | 2-core ARM | 2 GB | 90 | 400 |
| Medium | 2-core ARM | 4 GB | 120 | 600 |
| Large | 2-core ARM | 8 GB | 160 | 800 |
| XL | 4-core ARM | 16 GB | 240 | 1000 |
| 2XL | 8-core ARM | 32 GB | 380 | 1500 |
| Custom | Not applicable | Not applicable | Not applicable | Not applicable |
Selecting a higher tier routes to the billing/upgrade flow. Add-ons can be enabled or disabled per service; toggling an add-on adds/removes a subscription item for that service.
See the pricing page for plan prices. Use the selector for the resource specifications available to the service.
GitHub
Connect or disconnect a GitHub repository for the service. When connected, this section displays the account, repository, and branch. A repository connection enables deployment of the generated code.
Related
- Service List
- Service Management: creation and deletion flows
- API Keys