---
title: "Resolve App Template Variable Values"
method: POST
path: "/api/clusters/{clusterName}/apps/{appName}/resolve-template"
tags: ["Apps"]
---

# Resolve App Template Variable Values

`POST /api/clusters/{clusterName}/apps/{appName}/resolve-template`

Resolves the template variables for a specific app in a cluster.

## Path parameters

- `clusterName` string, required
- `appName` string, required

## Headers

- `Authorization` string, required

## Request body

- ServerDecodedData
  - `data` string

## Response `200`

Resolved template variables

- string

## Other responses

- `403` — No valid ACL
- `500` — Error parsing template" or "Server Not Found" or "No cluster

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/versions/7465ea0ee21a/schema)
