Skip to content

Managing Instance State

This guide shows you how to control and monitor the operational status of service instances in the Vidos platform. You’ll learn how to start, stop, and monitor instances effectively to ensure reliable service operation.

Before you begin, ensure you have:

Service instances can exist in several operational states:

  • Stopped: Instance is not running and not accepting requests
  • Running: Instance is active and accepting requests
  • Error: Instance has encountered an error and requires attention

Start a stopped instance to make it available for handling requests.

  1. Navigate to the instance details page in your dashboard
  2. Verify the current status shows “Stopped”
  3. Click the Start button
  4. Monitor the status as it changes from “Stoppeed” to “Running”
  5. Your instance will now start accepting requests

After starting an instance, confirm it’s operating correctly:

  • Status Check: Ensure the status indicator shows “Running”
  • Service Test: Send a test request to verify the instance responds correctly

Stop a running instance to temporarily disable it.

  1. Navigate to the instance details page
  2. Verify the current status shows “Running”
  3. Click the Stop button
  4. Monitor the status as it changes from “Started” to “Stopped”