status
Spice runtime status
Usage​
spice status [flags]
Flags​
- --tls-root-certificate-fileThe path to the root certificate file used to verify the Spice.ai runtime server certificate
- -h,- --helphelp for status
Examples​
>>> spice status
NAME          ENDPOINT        STATUS
http          127.0.0.1:8090  Ready
flight        127.0.0.1:50051 Ready
metrics       N/A             Disabled
opentelemetry 127.0.0.1:50052 Ready
Additional Example​
>>> spice status --tls-root-certificate-file /path/to/cert.pem
NAME          ENDPOINT        STATUS
http          127.0.0.1:8090  Ready
flight        127.0.0.1:50051 Ready
metrics       N/A             Disabled
opentelemetry 127.0.0.1:50052 Ready
