This is the asadmin command reference for deployment groups.
create-deployment-group
- Usage
- 
asadmin> create-deployment-group name
- Aim
- 
This command creates a new deployment group 
delete-deployment-group
- Usage
- 
asadmin> delete-deployment-group name
- Aim
- 
This command deletes the specified deployment group 
list-deployment-groups
- Usage
- 
asadmin> list-deployment-groups
- Aim
- 
Lists all deployment groups in the domain 
start-deployment-group
- Usage
- 
asadmin> start-deployment-group <options> name
- Aim
- 
This command starts all server instances in the deployment group 
| Options | Type | Description | Default | Mandatory | 
|---|---|---|---|---|
| 
 | Boolean | Start instances in verbose mode | true | No | 
| 
 | Integer | Add a timeout value to instances | 600 | No | 
| 
 | Integer | Add a timeout value to the command | 600 | No | 
stop-deployment-group
- Usage
- 
asadmin> stop-deployment-group <options> name
- Aim
- 
This command stops all server instances in the deployment group 
| Options | Type | Description | Default | Mandatory | 
|---|---|---|---|---|
| 
 | Boolean | Stop instances in verbose mode | true | No | 
| 
 | Boolean | Kills instances if they do not stop gracefully | false | No | 
| 
 | Integer | Add a timeout value to instances | 600 | No | 
| 
 | Integer | Add a timeout value to the command | 600 | No | 
restart-deployment-group
- Usage
- 
asadmin> restart-deployment-group <options> name
- Aim
- 
This command stops all server instances in the deployment group 
| Options | Type | Description | Default | Mandatory | 
|---|---|---|---|---|
| 
 | Boolean | Restart instances in verbose mode | true | No | 
| 
 | Boolean | Performs a rolling restart which each instance restarted in turn | true | No | 
| 
 | Integer | Delay in (ms) between each instance restart in a rolling restart | 5000s | No | 
| 
 | Integer | Add a timeout value to instances | 600 | No | 
| 
 | Integer | Add a timeout value to the command | 600 | No | 
add-instance-to-deployment-group
- Usage
- 
asadmin> add-instance-to-deployment-group <options>
- Aim
- 
This command add an existing instance to a deployment group 
| Options | Type | Description | Default | Mandatory | 
|---|---|---|---|---|
| 
 | String | Name of an existing instance | None | Yes | 
| 
 | String | The deployment group to add the instance to | None | Yes | 
remove-instance-from-deployment-group
- Usage
- 
asadmin> remove-instance-from-deployment-group <options>
- Aim
- 
This command removes an instance from a deployment group 
| Options | Type | Description | Default | Mandatory | 
|---|---|---|---|---|
| 
 | String | Name of an existing instance in the deployment group | None | Yes | 
| 
 | String | The deployment group to remove the instance from | None | Yes |