> For the complete documentation index, see [llms.txt](https://docs.sesterce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sesterce.com/manage-your-instances.md).

# 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;
