---
title: "Get job deployment scaling options"
method: GET
path: "/v1/job-deployments/{jobName}/scaling"
tags: ["Serverless Jobs"]
---

# Get job deployment scaling options

`GET /v1/job-deployments/{jobName}/scaling`

## Path parameters

- `jobName` string, required

## Response `200`

Scaling options

- ScalingOptionsResponseDto
  - `max_replica_count` number, required — Maximum number of replicas
  - `queue_message_ttl_seconds` number, required — Duration in seconds after which messages in the queue will be dropped
  - `deadline_seconds` number, required — Duration in seconds that a job may run before the system attempts to terminate it.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
