Skip to content

Status & service health

How to check whether the platform is healthy and whether your client is up to date.

Service health for the Subaya platform is published at subaya-dev.com. Check there first if commands are timing out or runs are stuck.

A quick way to verify the API is reachable and your credentials resolve:

Terminal window
suya auth whoami # calls the API and prints the resolved identity

If this fails, work through Troubleshooting.

A stale CLI is a common source of confusing behavior. Check your version and whether a newer release is available:

Terminal window
suya version # show version metadata
suya update --check # report whether a newer release exists
suya update # upgrade to the latest release

Run suya update --check periodically — especially before filing an issue — so you know you’re on a current client.