A User Service is an automatically managed process on Zo Computer. Service modes:Documentation Index
Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
Use this file to discover all available pages before exploring further.
- “http” — public or private web service with a URL endpoint
- “tcp” — public TCP service with a host:port endpoint
- “process” — supervised background process with no public endpoint
- public: reachable at *.zocomputer.io without auth
- private: reachable at *.zo.computer, requires the owner to sign in. Private services are gated by a feature flag.
- TCP services are always public. Process services have no endpoint.
Parameters
Identifier of the service to update.
Optional. Unique label for the service (lowercase and hyphens).
Optional new mode: “http”, “tcp”, or “process”.
Optional. Localhost port for networked services (injected as PORT env var). Required when switching from “process” to “http” or “tcp”.
Optional. Command to run the service.
Optional. Working directory for the entrypoint.
Optional. Environment variables. PORT will be overridden for networked services and is not set for process-only services.
Optional. Pass true to make the service public, false to make it private (HTTP only). Omit to leave unchanged. Private services are reachable at *.zo.computer and require sign-in.