# SnapshotStatus


[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": "SnapshotStatus is snapshot readiness state.\n\nValues:\nunspecified: unspecified is never a concrete known state.\ncreating: creating means capture has not completed.\nready: ready means the snapshot can be restored.\nfailed: failed means capture reached a terminal failure.\ndeleted: deleted means the backend exposes a retained delete tombstone.",
  "enum": [
    "unspecified",
    "creating",
    "ready",
    "failed",
    "deleted"
  ],
  "title": "SnapshotStatus",
  "type": "string"
}
```



