# Statuses

### Spot bid

{% hint style="info" %}
Instances will not appear and are not accessible until your spot bid has been <mark style="color:green;">Allocated</mark>.&#x20;
{% endhint %}

| Status                                        | Description                                                                                                           |
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Open bid                                      | Instances will be allocated when your bid wins. Your bid will remain open for allocation until you terminate the bid. |
| <mark style="color:green;">Allocated</mark>   | Instances have been allocated for use while your bid is winning.                                                      |
| <mark style="color:orange;">Preempting</mark> | Your limit price has been outbid. This spot bid will remain open but access to instances will stop in 5 minutes.      |
| <mark style="color:blue;">Paused</mark>       | You have paused your spot bid to spin-down associated instances & preserving boot disk.                               |
| <mark style="color:red;">Terminated</mark>    | Your bid was terminated. Instances will no longer be allocated.                                                       |

### Spot instance

{% hint style="info" %}
We do not charge for the <mark style="color:blue;">Starting</mark> time. Any accumulated charges will be deducted at the end of the billing cycle.
{% endhint %}

| Status                                        | Description                                                                        |
| --------------------------------------------- | ---------------------------------------------------------------------------------- |
| <mark style="color:blue;">Starting</mark>     | Your bid is winning. Please reach out if your wait time is longer than 20 minutes. |
| <mark style="color:green;">Running</mark>     | Your bid is winning. This instance is accessible via SSH.                          |
| <mark style="color:blue;">Relocating</mark>   | This instance will be relocated to a new host in 5 minutes.                        |
| <mark style="color:orange;">Preempting</mark> | Your limit price has been outbid. This instance will stop in 5 minutes.            |
| <mark style="color:orange;">Preempted</mark>  | Your limit price has been outbid. This instances is no longer allocated.           |
| <mark style="color:yellow;">Paused</mark>     | Your spot bid was paused. The instance is not accessible until the bid is resumed. |
| <mark style="color:red;">Terminated</mark>    | Your spot bid was terminated. This instance is no longer allocated.                |

### Reservation

| Status                                             | Description                                                            |
| -------------------------------------------------- | ---------------------------------------------------------------------- |
| Confirmed                                          | Instances will be allocated on your reservation date.                  |
| <mark style="color:green;">Allocated</mark>        | Instances have been allocated until the end of the reservation date    |
| <mark style="color:red;">Expired</mark>            | Your reservation duration expired. Instances are no longer accessible. |
| <mark style="color:red;">Ended</mark>              | Your reservation ended. Instances are no longer accessible.            |
| <mark style="color:orange;">Pending payment</mark> | Update the payment method to allow instances to be allocated.          |

### Reserved instance

| Status                                     | Description                                                                                 |
| ------------------------------------------ | ------------------------------------------------------------------------------------------- |
| Scheduled                                  | This instance will be allocated on your reservation date                                    |
| <mark style="color:blue;">Starting</mark>  | Your reservation is starting. Please reach out if your wait time is longer than 20 minutes. |
| <mark style="color:green;">Running</mark>  | Your reservation is running. This instance is accessible via SSH.                           |
| <mark style="color:red;">Terminated</mark> | Your reservation was terminated. This instance is no longer accessible.                     |


---

# 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.mithril.ai/compute-and-storage/access-and-manage-instances/statuses.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.
