---
title: "Save template"
method: POST
path: "/v1/user/saveTemplate"
tags: ["Users"]
---

# Save template

`POST /v1/user/saveTemplate`

## Request body

- object
  - `id` string, uuid
  - `sdl` string, required
  - `title` string, required
  - `cpu` number, required
  - `ram` number, required
  - `storage` number, required
  - `isPublic` boolean, required
  - `description` string

## Response `200`

Template saved successfully

## Other responses

- `400` — Invalid input
- `401` — Unauthorized

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
