---
layout: index
breadcrumb: Top / Reference / magellan-cli / cloudsql
---
## Commands
- [magellan-cli list](#list)
- [magellan-cli show [ID]](#show)
- [magellan-cli select NAME](#select)
- [magellan-cli deselect](#deselect)
- [magellan-cli delete NAME](#delete)
- [magellan-cli create NAME](#create)
- [magellan-cli help [COMMAND]](#help)
## Global Options
```text
Options:
-V, [--verbose]
-D, [--dryrun]
-v, [--version]
```
## Details
### list
```text
magellan-cli list
```
Show a list of the cloudsqls
### show
```text
magellan-cli show [ID]
```
Show the detail of the cloudsql specified by ID
### select
```text
magellan-cli select NAME
```
Select the cloudsql by NAME
### deselect
```text
magellan-cli deselect
```
Deselect the cloudsql
### delete
```text
magellan-cli delete NAME
```
Delete the cloudsql specified by NAME
### create
```text
magellan-cli create NAME
```
```text
Options:
[-A] # -A async mode. release_now returns soon
[-i=N] # -i polling interval(seconds)
# Default: 10
[-t=N] # -t timeout(seconds)
# Default: 600
```
Create a new cloudsql database with NAME
### help
```text
magellan-cli help [COMMAND]
```
Describe available commands or one specific command