Sesterce Cloud Doc
  • đź‘‹Welcome on Sesterce Cloud
    • 🚀Get Started!
      • Account creation
      • Manage your account
      • Payment & Billing
        • Invoicing
  • 🚀Compute instances
    • Compute Instance configuration
      • Persistent storage (volumes)
      • SSH Keys
    • Terminal connection
  • đź’¬AI Inference instances
    • Inference Instance configuration
      • Select your Flavor
      • Select your regions
      • Autoscaling limits
    • Edit an inference instance
    • Chat with Endpoint
  • ▶️Manage your instances
  • đź”—API Reference
    • Authentication
    • GPU Cloud instances
    • SSH Keys
    • Volumes
    • Inference Instances
  • đź“—Tutorials
    • Expose AI model from Hugging Face using vLLM
Powered by GitBook
On this page
  • What could be the different status of my instance?
  • How to see my running instances?
  • How to stop a running instance?

Was this helpful?

Manage your instances

What could be the different status of my instance?

When your instance is about to be launched, its status will be "Pending" until you are connected to your Pod and it is started.

💡 Your balance is not debitted when your Pod is under “Pending” status

When your inference instance is PartiallyDeployed, it means the deployment is not finished yet. You'll need to wait few minutes before turning Active.

💡 Your balance is not debitted when your Pod is under “Pending” status

When your Inference instance is running, its status will be “Active”.

💡 Your balance is debitted when your Pod is under “Running” status

When you stop your Pod, it will automatically go through “Deleted” status. Your dataset will be stored (if you subscribed to a volume) or deleted.

💡 Your balance is not debitted when your Instance is under “Deleted” status

How to see my running instances?

You'll find all your running instances within the Inference section. You'll be able to fill your instances via its name, IP adress, Region and so on!

How to stop a running instance?

You can stop your running instances at any time via the Running Instance section, by clicking "Stop" button through "Action" column.

PreviousChat with EndpointNextAPI Reference

Last updated 2 months ago

Was this helpful?

▶️