Service Lifecycle
Service detail pages are used to operate catalog services after deployment.
Service Detail Page
The page can include:
- Status summary.
- Generated URL.
- Overview tab.
- Live logs tab.
- Settings tab.
- Service details.
- Dependencies.
- Controls.
- Size panel.
- Domains.
- Delete preview.
Status And Actions
| Status | Typical Actions |
|---|---|
| running | Open URL, add domain, review logs, resize if needed. |
| sleeping | Wake manually or open the URL and wait. |
| stopped | Start the service when needed. |
| failed | Read recovery guidance, open logs, retry after fixing the cause. |
| deploying | Wait and watch logs. |
| upgrading | Wait for the resize or update to complete. |
| awaiting confirmation | Wait for deletion flow to complete or follow the confirmation UI. |
Start And Stop
Use stop when:
- The service is temporary.
- You want to pause non-production usage.
- The owner confirms it is safe to pause.
Use start when:
- Users need the service again.
- A stopped dependency is required by another workload.
Stopping a stateful service does not replace backup or recovery planning.
Wake
Sleeping services can wake on demand.
Use Wake service when:
- You are about to demo the service.
- You need it warm before sharing a link.
- You want to confirm it still starts cleanly.
Retry
Use retry after correcting the likely cause of a failed deployment.
Before retry:
- Read the logs.
- Check required variables.
- Check plan and quota.
- Check service-specific setup notes.
Resize
Supported first-party services can preview and apply size changes.
Resize only after:
- Preview is allowed.
- Billing impact is understood.
- Storage growth warning is accepted when applicable.
- The service owner approves the change.
Domains
Services with web interfaces can have custom domains.
Use the same domain flow as applications:
- Confirm generated URL works.
- Add custom domain.
- Copy the records shown by the UI.
- Click Check now.
- Wait for active status.
Dependencies
If a service has dependencies, they appear on the overview tab.
Do not treat dependencies as unrelated services. They are often managed as part of the parent service.
Service Runbook
For production service changes:
- Confirm owner.
- Confirm environment.
- Check current status.
- Make one change.
- Watch logs.
- Open URL.
- Check billing usage.
- Record the change reason.