# EffectiveCoreLifecycle


[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": "EffectiveCoreLifecycle is persisted at admission and cannot silently degrade.",
  "properties": {
    "canCaptureMemory": {
      "description": "can_capture_memory is this sandbox's ALL snapshot support, independently set.",
      "type": "boolean"
    },
    "stopMemoryOutcome": {
      "$ref": "#/components/schemas/StopMemoryOutcome",
      "description": "stop_memory_outcome is the selected stop/start guarantee for this sandbox.",
      "not": {
        "enum": [
          "unspecified"
        ]
      }
    }
  },
  "required": [
    "stopMemoryOutcome"
  ],
  "title": "EffectiveCoreLifecycle",
  "type": "object"
}
```



