# Managing Instances

The Instances tab (on the <https://app.pictor.network/gpu-renting> page) is your central hub for managing rented instances. From here you can:

* View instance status and information
* Stop/start instances
* Extend rental time
* Enable/disable auto-renew
* Manage SSH keys (add or remove SSH keys from the instance)
* Delete instances

## Stop/Start Instances

### **Stop Instance**

You can temporarily stop an instance at any time to pause the usage time.

<figure><img src="/files/ZmE2UNuQoINyVf1A3Zx0" alt=""><figcaption></figcaption></figure>

To stop your instance,&#x20;

* Click the <mark style="color:yellow;">`Stop Instance`</mark> button.
* A confirmation window will appear, indicating that usage time will stop.
* Click <mark style="color:yellow;">`Stop Instance`</mark> to confirm.

{% hint style="warning" %}
**Important Note**:&#x20;

* When an instance is stopped, it stops the instance usage time, but storage fees will continue to apply until the instance is completely deleted.&#x20;
* The instance IP address may change when you restart a stopped instance.&#x20;
  {% endhint %}

### Start Instance

You can start the stopped instances at any time to continue the usage time.

<figure><img src="/files/4sqAUphAdHlarHpMGpBV" alt=""><figcaption></figcaption></figure>

To start your instance,&#x20;

* Click the <mark style="color:yellow;">`Start Instance`</mark> button.
* A confirmation window will appear, indicating that usage time will continue.
* Click <mark style="color:yellow;">`Start Instance`</mark> to confirm.

{% hint style="warning" %}
**Important Note**:&#x20;

1. Starting a stopped instance will resume charging for the instance's usage time.
2. The instance IP address may change when you restart a stopped instance. However, your data and any tasks that have been running on the instance will remain unaffected.

* Please click the **Connect Instance** button again to get the new instance connection info.
  {% endhint %}

## Extend Time

You can easily extend your instance’s rental time to continue your work without interruption.

<figure><img src="/files/rw99uDD3fQn3t0cHsIjy" alt=""><figcaption></figcaption></figure>

To extend,&#x20;

* Click the <mark style="color:yellow;">`Extend Time`</mark> button.
* A window will appear, allowing you to enter the number of hours to add.
* Enter the number of hours you want to extend and click <mark style="color:yellow;">`Extend Time`</mark> to confirm.

## Enable/Disable Auto-renew

### Enable Auto-renew

The auto-renewal feature ensures your instance doesn't get interrupted, which is useful for long-term tasks.

<figure><img src="/files/0NJCU3TMROJpW8QJ7TW5" alt=""><figcaption></figcaption></figure>

To enable auto-renew:

* Click the <mark style="color:yellow;">`Enable Auto Renew`</mark> button.
* A window will appear, showing the current status (Disabled).
* Click <mark style="color:yellow;">`Enable Auto Renew`</mark> button to confirm.

{% hint style="warning" %}
**Important Note**:&#x20;

* When enabled, your instance will automatically renew when the current rental period expires, but this will only occur if you have sufficient credits.
* The default duration for auto-renewal is set to <mark style="color:yellow;">**`1 hour`**</mark>.
  {% endhint %}

### Disable Auto-renew

<figure><img src="/files/UYzpi9sIvFuptGkwXvsO" alt=""><figcaption></figcaption></figure>

To disable auto-renew:

* Click the <mark style="color:yellow;">`Disable Auto Renew`</mark> button.
* A window will appear, showing the current status (Enabled).
* Click <mark style="color:yellow;">`Disable Auto Renew`</mark> button to confirm.

{% hint style="warning" %}
**Important Note**:&#x20;

When disabled, your instance will automatically be terminated (fully deleted) when the current rental period expires.
{% endhint %}

## Manage SSH Keys

If you want to add SSH keys to a running instance for multiple private access, you can add them here.\
Make sure the SSH key has already been [added on the Manage SSH Keys page](https://docs.pictor.network/docs/services/gpu-renting/connection-methods/ssh#add-ssh-key-to-pictor-account) before attaching it to a running instance.

<figure><img src="/files/2Fs7rH376l7S2IKAwGVR" alt=""><figcaption></figcaption></figure>

To add SSH keys:

* Click the <mark style="color:yellow;">`Manage SSH Keys`</mark> button.
* A window will appear, allowing you to choose the keys to be added
* Click <mark style="color:yellow;">`Add Keys`</mark> button to confirm.

## Delete Instance

When you no longer need an instance and want to stop all related charges, you can delete it completely.

<figure><img src="/files/sq2TiWt5vB9EeN7Tvx9R" alt=""><figcaption></figcaption></figure>

* Click the <mark style="color:yellow;">`Delete Instance`</mark> button.
* A confirmation window will appear, warning that this action is permanent.
* Click <mark style="color:yellow;">`Delete Instance`</mark> to permanently remove the instance and all its stored data.

{% hint style="warning" %}
**Important Note**:&#x20;

This action will permanently delete the instance and all its stored data. There is no way to recover the data after deletion.
{% endhint %}


---

# 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.pictor.network/docs/services/gpu-renting/managing-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.
