> ## 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 Not Found

> The specified service could not be found

## Cause

The specified service does not exist or is not accessible with the current permissions.

## Fix

Verify the service ID is correct and that the service exists. Ensure you have permission to access this service, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

No current operation documents this problem type in the OpenAPI definition. If you receive it in production, treat that as a contract gap and tell us.

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/serviceNotFound",
  "title": "Service Not Found",
  "status": 404,
  "detail": "The specified service does not exist or is not accessible with the current permissions."
}
```
