> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Ineligible Service Duration

> The specified service duration is not valid

## Cause

The service duration does not meet the required criteria or constraints.

## Fix

Adjust the service duration to meet the minimum and maximum requirements for service durations, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Patch a service](/api-reference/services/patch-a-service)
* [Create a new service](/api-reference/services/create-a-new-service)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/ineligibleServiceDuration",
  "title": "Ineligible Service Duration",
  "status": 422,
  "detail": "The service duration does not meet the required criteria or constraints."
}
```
