---
title: How to List All Instance Templates
url: https://docs.vultr.com/products/compute/clusters/instance-templates/how-to-list-all-instance-templates
description: Retrieve all reusable instance templates associated with your Vultr account to identify available configurations for cluster or instance creation.
publish_date: 2026-04-17T14:11:11.212716Z
last_updated: 2026-04-23T16:44:52.521936Z
---

Listing instance templates retrieves all reusable templates associated with your account, including their plan, OS, SSH keys, and other configuration details. This is useful for identifying available templates before creating a cluster or instance.

This guide explains how to list all instance templates using the Vultr API.

Send a `GET` request to the [**List Instance Templates** endpoint](https://www.vultr.com/api/#tag/instance-templates/operation/list-instance-templates) to retrieve all templates.

```console
$ curl "https://api.vultr.com/v2/instances/templates" \
    -X GET \
    -H "Authorization: Bearer ${VULTR_API_KEY}"
```

The response contains all instance templates with their configuration details.
