Skip to main content
Version: Next

pods

Lists Spicepods loaded by the Spice runtime

Usage​

spice pods [flags]

Flags​

  • --tls-root-certificate-file The path to the root certificate file used to verify the Spice.ai runtime server certificate
  • -h, --help help for pods

Examples​

>>> spice pods

NAME VERSION DATASETS MODELS DEPENDENCIES
demo v2 2 1 0
another_pod v2 3 0 1

Additional Example​

>>> spice pods --tls-root-certificate-file /path/to/cert.pem

NAME VERSION DATASETS MODELS DEPENDENCIES
demo v2 2 1 0
another_pod v2 3 0 1