Skip to main content

Bench already suspended

typehttps://docs.frem.sh/reference/api/errors/already-suspended
HTTP status409 Conflict

What it means

You asked to suspend a dev bench that is already asleep. Nothing was queued.

Example detail messages returned with this error:

  • The bench is already suspended.

What to do

Nothing. The bench costs nothing while suspended, and it wakes when you connect. GET /benches shows its current state.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/already-suspended",
  "title": "Conflict",
  "status": 409,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.