---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/ods](../index.md) / SandboxState

# Type Alias: SandboxState

> **SandboxState** = `"deleted"` \| `"failed"` \| `"started"` \| `"stopped"` \| `string` & `object`

Defined in: [packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts:22](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/ods/wait-for-sandbox.ts#L22)

State of a sandbox in the ODS system.

Standard states:
- `deleted` - Sandbox has been deleted
- `failed` - Sandbox creation or operation failed
- `started` - Sandbox is running
- `stopped` - Sandbox is stopped

Also accepts any other string value via `(string & {})` for forward compatibility
with future ODS API states.
