# SHOW JOB RUNTIMES

Returns the runtimes available for jobs.

## Syntax

```
SHOW JOB RUNTIMES
```

## Example

The following command returns the runtime available for jobs:

```sql
SHOW JOB RUNTIMES;

```

```output

Name				Description
notebooks-cpu-small		Best for basic computations, small datasets
notebooks-cpu-medium	        Best for moderate computations, medium-sized datasets
notebooks-gpu-t4		Best for machine learning and AI workloads
```

***

Modified at: September 11, 2025

Source: [/cloud/reference/fusion-sql/show-job-runtimes/](https://docs.singlestore.com/cloud/reference/fusion-sql/show-job-runtimes/)

(An index of the documentation is available at /llms.txt)
