> ## 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.

# Service Already Assigned

> The service is already assigned to this barber

## Cause

The service is already assigned to the specified barber and cannot be assigned again.

## Fix

The service is already available for this barber. No action is required unless you need to update the service assignment settings.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Assign services to a barber](/api-reference/services/assign-services-to-a-barber)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/serviceAlreadyAssigned",
  "title": "Service Already Assigned",
  "status": 422,
  "detail": "The service is already assigned to the specified barber and cannot be assigned again."
}
```
