# diagrid region use

Set the organization-wide default region

### Description

Set the organization-wide default region.

Only admin users can set the default region. Once set, new projects that do not
specify a region will be created in the default region.

```
diagrid region use <region-id> [flags]
```

### Examples

```

  # Set the default region for the organization
  diagrid region use my-region

```

### Options

```
  -h, --help   help for use
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid region](./region.md)	 - Manage regions
