# SandboxStatus


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "description": "SandboxStatus is the backend-neutral lifecycle state.\n\nValues:\nunspecified: unspecified is never a concrete known state.\ncreating: creating means provisioning has not completed.\nstarting: starting means a stopped sandbox is starting or resuming.\nrunning: running means the sandbox is running.\nstopping: stopping means the sandbox is stopping or hibernating.\nstopped: stopped means the sandbox is not running and may be started.\nfailed: failed means the sandbox reached an unrecoverable failure.\ndeleting: deleting means deletion is accepted; reads continue until removal.\ndegraded: degraded means runtime contact is lost; recovery or failure may follow.",
  "enum": [
    "unspecified",
    "creating",
    "starting",
    "running",
    "stopping",
    "stopped",
    "failed",
    "deleting",
    "degraded"
  ],
  "title": "SandboxStatus",
  "type": "string"
}
```



