Share feedback
Answers are generated based on the documentation.

Experimental

Schema

TimeoutAction

Type: string

TimeoutAction selects the lifecycle action taken at the reported deadline.

Values: unspecified: unspecified is invalid when explicitly supplied. delete: delete deletes the sandbox at expiry. stop: stop applies the sandbox's persisted stop guarantee at expiry. keep: Deprecated alias for the restart action, still accepted on input and output. New clients should use the canonical restart action. restart: Preserves memory through backend-managed stop/resume cycles at expiry. Requires memory preservation and the always-on entitlement.

All schema constraints and annotations
{
  "description": "TimeoutAction selects the lifecycle action taken at the reported deadline.\n\nValues:\nunspecified: unspecified is invalid when explicitly supplied.\ndelete: delete deletes the sandbox at expiry.\nstop: stop applies the sandbox's persisted stop guarantee at expiry.\nkeep: Deprecated alias for the restart action, still accepted on input and output. New clients should use the canonical restart action.\nrestart: Preserves memory through backend-managed stop/resume cycles at expiry. Requires memory preservation and the always-on entitlement.",
  "enum": [
    "unspecified",
    "delete",
    "stop",
    "keep",
    "restart"
  ],
  "title": "TimeoutAction",
  "type": "string"
}