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

# service_unavailable

> The service is temporarily unavailable. Retry shortly.

|             |                                                     |
| ----------- | --------------------------------------------------- |
| HTTP status | `503 Service Unavailable`                           |
| `code`      | `service_unavailable`                               |
| `type`      | `https://docs.vturb.com/errors/service_unavailable` |

The service is temporarily unavailable. Retry shortly.

```json theme={null}
{
  "type": "https://docs.vturb.com/errors/service_unavailable",
  "code": "service_unavailable",
  "message": "The service is temporarily unavailable. Retry shortly.",
  "request_id": "0b5e7a1c-9f3d-4c2b-8e1a-7d6c5b4a3f21"
}
```
