> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackshift.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# stackshift sandbox services create

> Create a managed temporary service

<Note>
  This page is generated from the StackShift CLI command definitions.
</Note>

Create a managed temporary service

```
stackshift sandbox services create SANDBOX [flags]
```

### Options

```
      --capacity-gib int   encrypted data capacity in GiB (default 10)
      --engine string      service engine: postgres, mysql, or redis (default "postgres")
  -h, --help               help for create
      --name string        DNS-safe service name
      --wait               wait for terminal operation result
```

### Options inherited from parent commands

```
      --api-url string       StackShift API URL
      --app string           application name or ID
      --color string         color output: auto, always, or never (default "auto")
      --debug                show request diagnostics
      --environment string   project environment
  -o, --output string        output format: table, json, yaml, or name (default "table")
      --profile string       configuration profile
      --project string       project name or ID
  -q, --quiet                suppress progress output
      --timeout duration     request timeout (default 30s)
      --token-file string    mode-0600 token file
      --token-stdin          read a CI token from stdin
  -y, --yes                  confirm risky operations
```

### SEE ALSO

* [stackshift sandbox services](/cli-reference/stackshift_sandbox_services)	 - Operate managed temporary database sidecars
