# Codeless Compute

The `Standard Compute` runtime enables users to leverage point-and-click commands within an analysis' interactive workbench. &#x20;

### Spinning-up a Standard Compute runtime

{% embed url="<https://www.loom.com/share/6d52702098b24c3b8a84015836c0422a?sid=71665546-d62c-465e-b9a2-7f40af5db051>" %}
Spin-up a Standard Compute runtime
{% endembed %}

Provisioning a `Standard Compute` runtime requires selecting an instance type and the maximum allowed idle time in hours (1 to 12). The maximum allowed idle time is reached if no commands are launched within the specified time interval. When this happens, Panomics automatically terminates your runtime.

{% hint style="info" %}
Set the maximum idle time threshold to exceed the expected runtime of your bioinformatics commands. Examples of potentially long running commands are `cell type prediction` and `WGCNA`.
{% endhint %}

The `Standard Compute` runtime becomes available after approximately 10 minutes.

### Terminating a Standard Compute runtime

To terminate a `Standard Compute` runtime, simply click the "Terminate" icon in the runtimes' dropdown menu. All running jobs will be canceled.

<figure><img src="https://3894776587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUZMYHWMJyvkxhr9s6Lm5%2Fuploads%2FtMK4476X7XVed0HpMkWz%2FScreenshot%202024-10-21%20at%2015.06.36.png?alt=media&#x26;token=141bd915-b191-4579-bc07-aa42663a7217" alt=""><figcaption><p>Terminate a Standard Compute runtime</p></figcaption></figure>


---

# 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://documentation.panomics.bio/documentation/compute-runtimes/codeless-compute.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.
