# Container Run / Stop / Delete

## **Run Your Container**

You can run your container from two locations:

**Dashboard page**

{% stepper %}
{% step %}
Go to the Dashboard page, where your containers are displayed as cards.
{% endstep %}

{% step %}
Click the **\[Run]** button on the container card to launch it.
{% endstep %}
{% endstepper %}

**Container Settings page**

{% stepper %}
{% step %}
Open the **Container Settings page** of your container.
{% endstep %}

{% step %}
Click the **\[Run]** button located at the top-right corner to initiate the container.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you're the owner of a container, you can run it by accessing the container's sharing link.
{% endhint %}

## **Stop Your Container**

To stop a running container, you have two options:

**Dashboard page**

{% stepper %}
{% step %}
Go to the Dashboard page, where your containers are displayed as cards.
{% endstep %}

{% step %}
Click the **\[Stop]** button on the container card to terminate its operation.
{% endstep %}
{% endstepper %}

**Container Settings page**

{% stepper %}
{% step %}
Open the Container Settings page of your container.
{% endstep %}

{% step %}
Click the **\[Stop]** button to safely terminate the container.
{% endstep %}
{% endstepper %}

## **Delete Your Container**

To delete a container, you can choose from the following methods:

**Dashboard page**

{% stepper %}
{% step %}
Go to the Dashboard page, where your containers are displayed as cards.
{% endstep %}

{% step %}
Click the **\[More]**(<img src="/files/ElFaDmbaZfn3T9bNihTE" alt="" data-size="line">) → **\[Delete this container]** button on the container card to remove it permanently.
{% endstep %}
{% endstepper %}

**Container Settings page**

{% stepper %}
{% step %}
Open the Container Settings page of your container.
{% endstep %}

{% step %}
Click the **\[Delete]** button to remove it permanently.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Once a container is deleted, it cannot be recovered.
{% endhint %}

***

{% hint style="info" %}
**Tip**

Stopping containers when not in use saves resources, and deleting unused containers helps keep your workspace organized.&#x20;
{% 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.arkain.io/user-guide/dashboard/container/container-management/container-run-stop-delete.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.
