# Resume a sandbox

Collection: api
Human docs: https://zei.sh/docs/api

Resume a paused sandbox.

POST /public/sandboxes/:sandboxId/resume
Permission: MACHINE_UPDATE.
Poll the sandbox detail until the runtime is running before requesting data-plane access.
Response: The lifecycle result.

Example:

```
curl -X POST https://api.zei.sh/api/v1/public/sandboxes/:sandboxId/resume \
  -H "X-API-Key: $ZEISH_API_KEY"
```
