snowclaw status
Show the current state of your deployed SPCS service, its public endpoints, and its compute pool.
Usage
snowclaw status
What you get
- Service state (
PENDING,READY,SUSPENDED,FAILED, etc.) - Public ingress URL (the one Snowflake assigns on port
18789) - Internal endpoints for the Cortex proxy
- Compute pool state and instance counts
- Image digests currently running
Typical use
Run snowclaw status after a deploy to confirm the service is READY, or anytime you want to re-fetch the public URL without digging through the Snowflake console.
If the service is SUSPENDED, use snowclaw resume. If it's stuck in PENDING or FAILED, snowclaw logs is the next stop.