---
title: "Estimate deployment time"
method: GET
path: "/executors/deployment-estimate"
tags: ["General APIs with JWT"]
---

# Estimate deployment time

`GET /executors/deployment-estimate`

Estimate deployment time for a template on a specific node.

## Query parameters

- `template_id` string, uuid, required
- `executor_id` string, uuid, required

## Response `200`

Successful Response

- DeploymentEstimateResponse
  - `estimated_seconds` integer, nullable, required
  - `is_slow_machine` boolean, required
  - `warning_message` string, nullable, required
  - `is_cached_template` boolean, required
  - `docker_image_size` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
