# Manage your instances

## What could be the different status of my instance?

{% tabs %}
{% tab title="Pending" %}
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
{% endtab %}

{% tab title="PartiallyDeployed" %}
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
{% endtab %}

{% tab title="Active" %}
When your Inference instance is running, its status will be “Active”.

💡 Your balance **is debitted** when your Pod is under “Running” status
{% endtab %}

{% tab title="Deleted" %}
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
{% endtab %}
{% endtabs %}

## 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.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sesterce.com/manage-your-instances.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
